Google Analytics Data V1beta Client - Class DimensionHeader (0.10.1)

Reference documentation and code samples for the Google Analytics Data V1beta Client class DimensionHeader.

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.data.v1beta.DimensionHeader

Namespace

Google \ Analytics \ Data \ V1beta

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

The dimension's name.

getName

The dimension's name.

Returns
TypeDescription
string

setName

The dimension's name.

Parameter
NameDescription
var string
Returns
TypeDescription
$this