Reference documentation and code samples for the Google Analytics Data V1beta Client class Granularity.
The granularity used to interpret the startOffset
and endOffset
for the
extended reporting date range for a cohort report.
Protobuf type google.analytics.data.v1beta.CohortsRange.Granularity
Namespace
Google \ Analytics \ Data \ V1beta \ CohortsRangeMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
GRANULARITY_UNSPECIFIED
Value: 0
Should never be specified.
Generated from protobuf enum GRANULARITY_UNSPECIFIED = 0;
DAILY
Value: 1
Daily granularity. Commonly used if the cohort's dateRange
is a single
day and the request contains cohortNthDay
.
Generated from protobuf enum DAILY = 1;
WEEKLY
Value: 2
Weekly granularity. Commonly used if the cohort's dateRange
is a week
in duration (starting on Sunday and ending on Saturday) and the request
contains cohortNthWeek
.
Generated from protobuf enum WEEKLY = 2;
MONTHLY
Value: 3
Monthly granularity. Commonly used if the cohort's dateRange
is a month
in duration and the request contains cohortNthMonth
.
Generated from protobuf enum MONTHLY = 3;