Enum ConversionEvent.ConversionCountingMethod (0.51.0)

public enum ConversionEvent.ConversionCountingMethod extends Enum<ConversionEvent.ConversionCountingMethod> implements ProtocolMessageEnum

The method by which conversions will be counted across multiple events within a session.

Protobuf enum google.analytics.admin.v1beta.ConversionEvent.ConversionCountingMethod

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CONVERSION_COUNTING_METHOD_UNSPECIFIED

Counting method not specified.

CONVERSION_COUNTING_METHOD_UNSPECIFIED = 0;

CONVERSION_COUNTING_METHOD_UNSPECIFIED_VALUE

Counting method not specified.

CONVERSION_COUNTING_METHOD_UNSPECIFIED = 0;

ONCE_PER_EVENT

Each Event instance is considered a Conversion.

ONCE_PER_EVENT = 1;

ONCE_PER_EVENT_VALUE

Each Event instance is considered a Conversion.

ONCE_PER_EVENT = 1;

ONCE_PER_SESSION

An Event instance is considered a Conversion at most once per session per user.

ONCE_PER_SESSION = 2;

ONCE_PER_SESSION_VALUE

An Event instance is considered a Conversion at most once per session per user.

ONCE_PER_SESSION = 2;

UNRECOGNIZED

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()