Google Analytics Data V1alpha Client - Class PivotSelection (0.10.1)

Reference documentation and code samples for the Google Analytics Data V1alpha 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.v1alpha.OrderBy.PivotOrderBy.PivotSelection

Namespace

Google \ Analytics \ Data \ V1alpha \ OrderBy \ PivotOrderBy

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
string

setDimensionName

Must be a dimension name from the request.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDimensionValue

Order by only when the named dimension is this value.

Returns
TypeDescription
string

setDimensionValue

Order by only when the named dimension is this value.

Parameter
NameDescription
var string
Returns
TypeDescription
$this