Class BatchRunPivotReportsRequest
The batch request containing multiple pivot report requests.
Implements
Namespace: Google.Analytics.Data.V1Beta
Assembly: Google.Analytics.Data.V1Beta.dll
Syntax
public sealed class BatchRunPivotReportsRequest : IMessage<BatchRunPivotReportsRequest>, IEquatable<BatchRunPivotReportsRequest>, IDeepCloneable<BatchRunPivotReportsRequest>, IBufferMessage, IMessage
Constructors
BatchRunPivotReportsRequest()
Declaration
public BatchRunPivotReportsRequest()
BatchRunPivotReportsRequest(BatchRunPivotReportsRequest)
Declaration
public BatchRunPivotReportsRequest(BatchRunPivotReportsRequest other)
Parameters
Type | Name | Description |
---|---|---|
BatchRunPivotReportsRequest | other |
Properties
Property
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
Declaration
public string Property { get; set; }
Property Value
Type | Description |
---|---|
string |
Requests
Individual requests. Each request has a separate pivot report response. Each batch request is allowed up to 5 requests.
Declaration
public RepeatedField<RunPivotReportRequest> Requests { get; }
Property Value
Type | Description |
---|---|
RepeatedField<RunPivotReportRequest> |