Class: Google::Analytics::Data::V1alpha::CohortReportSettings

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#accumulate::Boolean

Returns If true, accumulates the result from first touch day to the end day. Not supported in RunReportRequest.

Returns:

  • (::Boolean)

    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