Enum SessionCriteriaScoping (0.52.0)

public enum SessionCriteriaScoping extends Enum<SessionCriteriaScoping> implements ProtocolMessageEnum

Scoping specifies which events are considered when evaluating if a session meets a criteria.

Protobuf enum google.analytics.data.v1alpha.SessionCriteriaScoping

Implements

ProtocolMessageEnum

Static Fields

NameDescription
SESSION_CRITERIA_SCOPING_UNSPECIFIED

Unspecified criteria scoping. Do not specify.

SESSION_CRITERIA_SCOPING_UNSPECIFIED = 0;

SESSION_CRITERIA_SCOPING_UNSPECIFIED_VALUE

Unspecified criteria scoping. Do not specify.

SESSION_CRITERIA_SCOPING_UNSPECIFIED = 0;

SESSION_CRITERIA_WITHIN_SAME_EVENT

If the criteria is satisfied within one event, the session matches the criteria.

SESSION_CRITERIA_WITHIN_SAME_EVENT = 1;

SESSION_CRITERIA_WITHIN_SAME_EVENT_VALUE

If the criteria is satisfied within one event, the session matches the criteria.

SESSION_CRITERIA_WITHIN_SAME_EVENT = 1;

SESSION_CRITERIA_WITHIN_SAME_SESSION

If the criteria is satisfied within one session, the session matches the criteria.

SESSION_CRITERIA_WITHIN_SAME_SESSION = 2;

SESSION_CRITERIA_WITHIN_SAME_SESSION_VALUE

If the criteria is satisfied within one session, the session matches the criteria.

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