Google Analytics Admin V1beta Client - Class DimensionScope (0.15.1)

Reference documentation and code samples for the Google Analytics Admin V1beta Client class DimensionScope.

Valid values for the scope of this dimension.

Protobuf type google.analytics.admin.v1beta.CustomDimension.DimensionScope

Namespace

Google \ Analytics \ Admin \ V1beta \ CustomDimension

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

DIMENSION_SCOPE_UNSPECIFIED

Value: 0

Scope unknown or not specified.

Generated from protobuf enum DIMENSION_SCOPE_UNSPECIFIED = 0;

EVENT

Value: 1

Dimension scoped to an event.

Generated from protobuf enum EVENT = 1;

USER

Value: 2

Dimension scoped to a user.

Generated from protobuf enum USER = 2;