granularity property
The granularity used to interpret the startOffset
and endOffset
for
the extended reporting date range for a cohort report.
Required. Possible string values are:
- "GRANULARITY_UNSPECIFIED" : Should never be specified.
- "DAILY" : Daily granularity. Commonly used if the cohort's
dateRange
is a single day and the request containscohortNthDay
. - "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
. - "MONTHLY" : Monthly granularity. Commonly used if the cohort's
dateRange
is a month in duration and the request containscohortNthMonth
.
Implementation
core.String? granularity;