Google Analytics Data V1alpha Client - Class BatchRunPivotReportsRequest (0.16.4)

Reference documentation and code samples for the Google Analytics Data V1alpha Client class BatchRunPivotReportsRequest.

The batch request containing multiple pivot report requests.

Generated from protobuf message google.analytics.data.v1alpha.BatchRunPivotReportsRequest

Namespace

Google \ Analytics \ Data \ V1alpha

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ entity Google\Analytics\Data\V1alpha\Entity

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.

↳ requests array<Google\Analytics\Data\V1alpha\RunPivotReportRequest>

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

getEntity

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.

Returns
Type Description
Google\Analytics\Data\V1alpha\Entity|null

hasEntity

clearEntity

setEntity

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.

Parameter
Name Description
var Google\Analytics\Data\V1alpha\Entity
Returns
Type Description
$this

getRequests

Individual requests. Each request has a separate pivot report response.

Each batch request is allowed up to 5 requests.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setRequests

Individual requests. Each request has a separate pivot report response.

Each batch request is allowed up to 5 requests.

Parameter
Name Description
var array<Google\Analytics\Data\V1alpha\RunPivotReportRequest>
Returns
Type Description
$this