Google Analytics Data V1alpha Client - Class Granularity (0.10.1)

Reference documentation and code samples for the Google Analytics Data V1alpha 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.v1alpha.CohortsRange.Granularity

Namespace

Google \ Analytics \ Data \ V1alpha \ CohortsRange

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;