Reference documentation and code samples for the Google Analytics Data V1beta API class Google::Analytics::Data::V1beta::BatchRunPivotReportsRequest.
The batch request containing multiple pivot report requests.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#property
def property() -> ::String
Returns
- (::String) — A Google Analytics GA4 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
#property=
def property=(value) -> ::String
Parameter
- value (::String) — A Google Analytics GA4 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 GA4 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
#requests
def requests() -> ::Array<::Google::Analytics::Data::V1beta::RunPivotReportRequest>
Returns
- (::Array<::Google::Analytics::Data::V1beta::RunPivotReportRequest>) — Individual requests. Each request has a separate pivot report response. Each batch request is allowed up to 5 requests.
#requests=
def requests=(value) -> ::Array<::Google::Analytics::Data::V1beta::RunPivotReportRequest>
Parameter
- value (::Array<::Google::Analytics::Data::V1beta::RunPivotReportRequest>) — Individual requests. Each request has a separate pivot report response. Each batch request is allowed up to 5 requests.
Returns
- (::Array<::Google::Analytics::Data::V1beta::RunPivotReportRequest>) — Individual requests. Each request has a separate pivot report response. Each batch request is allowed up to 5 requests.