Reference documentation and code samples for the Google Analytics Data V1alpha Client class AudienceDimension.
An audience dimension is a user attribute. Specific user attributed are
requested and then later returned in the QueryAudienceListResponse
.
Generated from protobuf message google.analytics.data.v1alpha.AudienceDimension
Namespace
Google \ Analytics \ Data \ V1alphaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ dimension_name |
string
Optional. The API name of the dimension. See the API Dimensions for the list of dimension names. |
getDimensionName
Optional. The API name of the dimension. See the API Dimensions for the list of dimension names.
Returns | |
---|---|
Type | Description |
string |
setDimensionName
Optional. The API name of the dimension. See the API Dimensions for the list of dimension names.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |