Enum ReportingIdentitySettings.ReportingIdentity (0.83.0)

public enum ReportingIdentitySettings.ReportingIdentity extends Enum<ReportingIdentitySettings.ReportingIdentity> implements ProtocolMessageEnum

Various strategies for identifying user identities in reports.

Protobuf enum google.analytics.admin.v1alpha.ReportingIdentitySettings.ReportingIdentity

Implements

ProtocolMessageEnum

Static Fields

Name Description
BLENDED

Blended reporting identity strategy.

BLENDED = 1;

BLENDED_VALUE

Blended reporting identity strategy.

BLENDED = 1;

DEVICE_BASED

Device-based reporting identity strategy.

DEVICE_BASED = 3;

DEVICE_BASED_VALUE

Device-based reporting identity strategy.

DEVICE_BASED = 3;

IDENTITY_BLENDING_STRATEGY_UNSPECIFIED

Unspecified blending strategy.

IDENTITY_BLENDING_STRATEGY_UNSPECIFIED = 0;

IDENTITY_BLENDING_STRATEGY_UNSPECIFIED_VALUE

Unspecified blending strategy.

IDENTITY_BLENDING_STRATEGY_UNSPECIFIED = 0;

OBSERVED

Observed reporting identity strategy.

OBSERVED = 2;

OBSERVED_VALUE

Observed reporting identity strategy.

OBSERVED = 2;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()