Reference documentation and code samples for the Google Analytics Data V1beta Client class PivotSelection.
A pair of dimension names and values. Rows with this dimension pivot pair are ordered by the metric's value.
For example if pivots = {{"browser", "Chrome"}} and metric_name = "Sessions",
then the rows will be sorted based on Sessions in Chrome. |
---|
Chrome |
--------- |
Country |
--------- |
US |
--------- |
Canada |
--------- |
Generated from protobuf message google.analytics.data.v1beta.OrderBy.PivotOrderBy.PivotSelection
Namespace
Google \ Analytics \ Data \ V1beta \ OrderBy \ PivotOrderByMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ dimension_name |
string
Must be a dimension name from the request. |
↳ dimension_value |
string
Order by only when the named dimension is this value. |
getDimensionName
Must be a dimension name from the request.
Returns | |
---|---|
Type | Description |
string |
setDimensionName
Must be a dimension name from the request.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDimensionValue
Order by only when the named dimension is this value.
Returns | |
---|---|
Type | Description |
string |
setDimensionValue
Order by only when the named dimension is this value.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |