Reference documentation and code samples for the Google Analytics Admin V1alpha Client class DimensionScope.
Valid values for the scope of this dimension.
Protobuf type google.analytics.admin.v1alpha.CustomDimension.DimensionScope
Namespace
Google \ Analytics \ Admin \ V1alpha \ CustomDimensionMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
DIMENSION_SCOPE_UNSPECIFIED
Value: 0Scope unknown or not specified.
Generated from protobuf enum DIMENSION_SCOPE_UNSPECIFIED = 0;
EVENT
Value: 1Dimension scoped to an event.
Generated from protobuf enum EVENT = 1;
USER
Value: 2Dimension scoped to a user.
Generated from protobuf enum USER = 2;
ITEM
Value: 3Dimension scoped to eCommerce items
Generated from protobuf enum ITEM = 3;