Module: Google::Analytics::Data::V1alpha::CohortsRange::Granularity

Defined in:
proto_docs/google/analytics/data/v1alpha/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 contains cohortNthDay.

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 contains cohortNthWeek.

2
MONTHLY =

Monthly granularity. Commonly used if the cohort's dateRange is a month in duration and the request contains cohortNthMonth.

3