Google Analytics Data V1alpha API - Class Google::Analytics::Data::V1alpha::CohortSpec (v0.8.3)

Reference documentation and code samples for the Google Analytics Data V1alpha API class Google::Analytics::Data::V1alpha::CohortSpec.

Specification of cohorts for a cohort report. Cohort reports can be used for example to 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.

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.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#cohort_report_settings

def cohort_report_settings() -> ::Google::Analytics::Data::V1alpha::CohortReportSettings
Returns

#cohort_report_settings=

def cohort_report_settings=(value) -> ::Google::Analytics::Data::V1alpha::CohortReportSettings
Parameter
Returns

#cohorts

def cohorts() -> ::Array<::Google::Analytics::Data::V1alpha::Cohort>
Returns
  • (::Array<::Google::Analytics::Data::V1alpha::Cohort>) — 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.

#cohorts=

def cohorts=(value) -> ::Array<::Google::Analytics::Data::V1alpha::Cohort>
Parameter
  • value (::Array<::Google::Analytics::Data::V1alpha::Cohort>) — 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.

Returns
  • (::Array<::Google::Analytics::Data::V1alpha::Cohort>) — 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.

#cohorts_range

def cohorts_range() -> ::Google::Analytics::Data::V1alpha::CohortsRange
Returns

#cohorts_range=

def cohorts_range=(value) -> ::Google::Analytics::Data::V1alpha::CohortsRange
Parameter
Returns