Class: Google::Analytics::Data::V1alpha::CohortReportSettings
- Inherits:
-
Object
- Object
- Google::Analytics::Data::V1alpha::CohortReportSettings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/data/v1alpha/data.rb
Overview
Optional settings of a cohort report.
Instance Attribute Summary collapse
-
#accumulate ⇒ ::Boolean
If true, accumulates the result from first touch day to the end day.
Instance Attribute Details
#accumulate ⇒ ::Boolean
Returns If true, accumulates the result from first touch day to the end day. Not
supported in RunReportRequest
.
580 581 582 583 |
# File 'proto_docs/google/analytics/data/v1alpha/data.rb', line 580 class CohortReportSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |