Class: Google::Analytics::Data::V1alpha::BatchRunPivotReportsRequest
- Inherits:
-
Object
- Object
- Google::Analytics::Data::V1alpha::BatchRunPivotReportsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/data/v1alpha/analytics_data_api.rb
Overview
The batch request containing multiple pivot report requests.
Instance Attribute Summary collapse
-
#entity ⇒ ::Google::Analytics::Data::V1alpha::Entity
A property whose events are tracked.
-
#requests ⇒ ::Array<::Google::Analytics::Data::V1alpha::RunPivotReportRequest>
Individual requests.
Instance Attribute Details
#entity ⇒ ::Google::Analytics::Data::V1alpha::Entity
Returns A property whose events are tracked. This entity must be specified for the batch. The entity within RunPivotReportRequest may either be unspecified or consistent with this entity.
308 309 310 311 |
# File 'proto_docs/google/analytics/data/v1alpha/analytics_data_api.rb', line 308 class BatchRunPivotReportsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#requests ⇒ ::Array<::Google::Analytics::Data::V1alpha::RunPivotReportRequest>
Returns Individual requests. Each request has a separate pivot report response. Each batch request is allowed up to 5 requests.
308 309 310 311 |
# File 'proto_docs/google/analytics/data/v1alpha/analytics_data_api.rb', line 308 class BatchRunPivotReportsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |