Enum CustomDimension.DimensionScope (0.51.0)

public enum CustomDimension.DimensionScope extends Enum<CustomDimension.DimensionScope> implements ProtocolMessageEnum

Valid values for the scope of this dimension.

Protobuf enum google.analytics.admin.v1alpha.CustomDimension.DimensionScope

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DIMENSION_SCOPE_UNSPECIFIED

Scope unknown or not specified.

DIMENSION_SCOPE_UNSPECIFIED = 0;

DIMENSION_SCOPE_UNSPECIFIED_VALUE

Scope unknown or not specified.

DIMENSION_SCOPE_UNSPECIFIED = 0;

EVENT

Dimension scoped to an event.

EVENT = 1;

EVENT_VALUE

Dimension scoped to an event.

EVENT = 1;

ITEM

Dimension scoped to eCommerce items

ITEM = 3;

ITEM_VALUE

Dimension scoped to eCommerce items

ITEM = 3;

UNRECOGNIZED
USER

Dimension scoped to a user.

USER = 2;

USER_VALUE

Dimension scoped to a user.

USER = 2;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()