Reference documentation and code samples for the Google Analytics Data V1beta Client class PivotDimensionHeader.
Summarizes dimension values from a row for this pivot.
Generated from protobuf message google.analytics.data.v1beta.PivotDimensionHeader
Namespace
Google \ Analytics \ Data \ V1betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ dimension_values |
array<Google\Analytics\Data\V1beta\DimensionValue>
Values of multiple dimensions in a pivot. |
getDimensionValues
Values of multiple dimensions in a pivot.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setDimensionValues
Values of multiple dimensions in a pivot.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Analytics\Data\V1beta\DimensionValue>
|
Returns | |
---|---|
Type | Description |
$this |