Class: Google::Analytics::Data::V1beta::Cohort
- Inherits:
-
Object
- Object
- Google::Analytics::Data::V1beta::Cohort
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/data/v1beta/data.rb
Overview
Defines a cohort selection criteria. A cohort is a group of users who share
a common characteristic. For example, users with the same firstSessionDate
belong to the same cohort.
Instance Attribute Summary collapse
-
#date_range ⇒ ::Google::Analytics::Data::V1beta::DateRange
The cohort selects users whose first touch date is between start date and end date defined in the
dateRange. -
#dimension ⇒ ::String
Dimension used by the cohort.
-
#name ⇒ ::String
Assigns a name to this cohort.
Instance Attribute Details
#date_range ⇒ ::Google::Analytics::Data::V1beta::DateRange
625 626 627 628 |
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 625 class Cohort include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |