Show / Hide Table of Contents

Enum CohortsRange.Types.Granularity

The granularity used to interpret the startOffset and endOffset for the extended reporting date range for a cohort report.

Namespace: Google.Analytics.Data.V1Beta
Assembly: Google.Analytics.Data.V1Beta.dll
Syntax
public enum CohortsRange.Types.Granularity

Fields

Name Description
Daily

Daily granularity. Commonly used if the cohort's dateRange is a single day and the request contains cohortNthDay.

Monthly

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

Unspecified

Should never be specified.

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.

In this article
Back to top Generated by DocFX