Class CohortSpec
The specification of cohorts for a cohort report. Cohort reports create a time series of user retention for the
cohort. For example, you could select the cohort of users that were acquired in the first week of September and
follow that cohort for the next six weeks. Selecting the users acquired in the first week of September cohort is
specified in the cohort
object. Following that cohort for the next six weeks is specified in the
cohortsRange
object. For examples, see Cohort Report
Examples.
The report response could show a weekly time series where say your app has retained 60% of this cohort after
three weeks and 25% of this cohort after six weeks. These two percentages can be calculated by the metric
cohortActiveUsers/cohortTotalUsers
and will be separate rows in the report.
Implements
Inherited Members
Namespace: Google.Apis.AnalyticsData.v1beta.Data
Assembly: Google.Apis.AnalyticsData.v1beta.dll
Syntax
public class CohortSpec : IDirectResponseSchema
Properties
CohortReportSettings
Optional settings for a cohort report.
Declaration
[JsonProperty("cohortReportSettings")]
public virtual CohortReportSettings CohortReportSettings { get; set; }
Property Value
Type | Description |
---|---|
CohortReportSettings |
Cohorts
Defines the selection criteria to group users into cohorts. Most cohort reports define only a single cohort. If multiple cohorts are specified, each cohort can be recognized in the report by their name.
Declaration
[JsonProperty("cohorts")]
public virtual IList<Cohort> Cohorts { get; set; }
Property Value
Type | Description |
---|---|
IList<Cohort> |
CohortsRange
Cohort reports follow cohorts over an extended reporting date range. This range specifies an offset duration to follow the cohorts over.
Declaration
[JsonProperty("cohortsRange")]
public virtual CohortsRange CohortsRange { get; set; }
Property Value
Type | Description |
---|---|
CohortsRange |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |