Google Analytics Admin V1beta Client - Class AccessDimensionHeader (0.15.1)

Reference documentation and code samples for the Google Analytics Admin V1beta Client class AccessDimensionHeader.

Describes a dimension column in the report. Dimensions requested in a report produce column entries within rows and DimensionHeaders. However, dimensions used exclusively within filters or expressions do not produce columns in a report; correspondingly, those dimensions do not produce headers.

Generated from protobuf message google.analytics.admin.v1beta.AccessDimensionHeader

Namespace

Google \ Analytics \ Admin \ V1beta

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ dimension_name string

The dimension's name; for example 'userEmail'.

getDimensionName

The dimension's name; for example 'userEmail'.

Returns
TypeDescription
string

setDimensionName

The dimension's name; for example 'userEmail'.

Parameter
NameDescription
var string
Returns
TypeDescription
$this