Google Analytics Data V1beta Client - Class PivotHeader (0.18.0)

Reference documentation and code samples for the Google Analytics Data V1beta Client class PivotHeader.

Dimensions' values in a single pivot.

Generated from protobuf message google.analytics.data.v1beta.PivotHeader

Namespace

Google \ Analytics \ Data \ V1beta

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ pivot_dimension_headersarray<Google\Analytics\Data\V1beta\PivotDimensionHeader>

The size is the same as the cardinality of the corresponding dimension combinations.

↳ row_countint

The cardinality of the pivot. The total number of rows for this pivot's fields regardless of how the parameters offset and limit are specified in the request.

getPivotDimensionHeaders

The size is the same as the cardinality of the corresponding dimension combinations.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setPivotDimensionHeaders

The size is the same as the cardinality of the corresponding dimension combinations.

Parameter
NameDescription
vararray<Google\Analytics\Data\V1beta\PivotDimensionHeader>
Returns
TypeDescription
$this

getRowCount

The cardinality of the pivot. The total number of rows for this pivot's fields regardless of how the parameters offset and limit are specified in the request.

Returns
TypeDescription
int

setRowCount

The cardinality of the pivot. The total number of rows for this pivot's fields regardless of how the parameters offset and limit are specified in the request.

Parameter
NameDescription
varint
Returns
TypeDescription
$this