Class: Google::Analytics::Data::V1beta::BatchRunPivotReportsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/analytics/data/v1beta/analytics_data_api.rb

Overview

The batch request containing multiple pivot report requests.

Instance Attribute Summary collapse

Instance Attribute Details

#property::String

Returns A Google Analytics property identifier whose events are tracked. Specified in the URL path and not the body. To learn more, see where to find your Property ID. This property must be specified for the batch. The property within RunPivotReportRequest may either be unspecified or consistent with this property.

Example: properties/1234.

Returns:

  • (::String)

    A Google Analytics property identifier whose events are tracked. Specified in the URL path and not the body. To learn more, see where to find your Property ID. This property must be specified for the batch. The property within RunPivotReportRequest may either be unspecified or consistent with this property.

    Example: properties/1234



443
444
445
446
# File 'proto_docs/google/analytics/data/v1beta/analytics_data_api.rb', line 443

class BatchRunPivotReportsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#requests::Array<::Google::Analytics::Data::V1beta::RunPivotReportRequest>

Returns Individual requests. Each request has a separate pivot report response. Each batch request is allowed up to 5 requests.

Returns:



443
444
445
446
# File 'proto_docs/google/analytics/data/v1beta/analytics_data_api.rb', line 443

class BatchRunPivotReportsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end