Module: Google::Analytics::Data::V1beta::CohortsRange::Granularity
- Defined in:
- proto_docs/google/analytics/data/v1beta/data.rb
Overview
The granularity used to interpret the startOffset
and endOffset
for the
extended reporting date range for a cohort report.
Constant Summary collapse
- GRANULARITY_UNSPECIFIED =
Should never be specified.
0
- DAILY =
Daily granularity. Commonly used if the cohort's
dateRange
is a single day and the request containscohortNthDay
. 1
- WEEKLY =
Weekly granularity. Commonly used if the cohort's
dateRange
is a week in duration (starting on Sunday and ending on Saturday) and the request containscohortNthWeek
. 2
- MONTHLY =
Monthly granularity. Commonly used if the cohort's
dateRange
is a month in duration and the request containscohortNthMonth
. 3