Google Analytics Data V1beta API - Class Google::Analytics::Data::V1beta::BatchRunPivotReportsRequest (v0.4.3)
Stay organized with collections
Save and categorize content based on your preferences.
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
defproperty()->::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=
defproperty=(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
defrequests()->::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=
defrequests=(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.