Reference documentation and code samples for the Google Analytics Admin V1alpha 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.v1alpha.AccessDimensionHeader
Namespace
Google \ Analytics \ Admin \ V1alphaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
setDimensionName
The dimension's name; for example 'userEmail'.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |