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 \ V1betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ pivot_dimension_headers |
array<Google\Analytics\Data\V1beta\PivotDimensionHeader>
The size is the same as the cardinality of the corresponding dimension combinations. |
↳ row_count |
int
The cardinality of the pivot. The total number of rows for this pivot's fields regardless of how the parameters |
getPivotDimensionHeaders
The size is the same as the cardinality of the corresponding dimension combinations.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setPivotDimensionHeaders
The size is the same as the cardinality of the corresponding dimension combinations.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Analytics\Data\V1beta\PivotDimensionHeader>
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |