Reference documentation and code samples for the Google Analytics Admin V1alpha Client class AccessDimensionValue.
The value of a dimension.
Generated from protobuf message google.analytics.admin.v1alpha.AccessDimensionValue
Namespace
Google \ Analytics \ Admin \ V1alphaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ value |
string
The dimension value. For example, this value may be 'France' for the 'country' dimension. |
getValue
The dimension value. For example, this value may be 'France' for the 'country' dimension.
| Returns | |
|---|---|
| Type | Description |
string |
|
setValue
The dimension value. For example, this value may be 'France' for the 'country' dimension.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|