Enum UserCriteriaScoping (0.52.0)

public enum UserCriteriaScoping extends Enum<UserCriteriaScoping> implements ProtocolMessageEnum

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

Protobuf enum google.analytics.data.v1alpha.UserCriteriaScoping

Implements

ProtocolMessageEnum

Static Fields

NameDescription
UNRECOGNIZED
USER_CRITERIA_ACROSS_ALL_SESSIONS

If the criteria is satisfied by any events for the user, the user matches the criteria.

USER_CRITERIA_ACROSS_ALL_SESSIONS = 3;

USER_CRITERIA_ACROSS_ALL_SESSIONS_VALUE

If the criteria is satisfied by any events for the user, the user matches the criteria.

USER_CRITERIA_ACROSS_ALL_SESSIONS = 3;

USER_CRITERIA_SCOPING_UNSPECIFIED

Unspecified criteria scoping. Do not specify.

USER_CRITERIA_SCOPING_UNSPECIFIED = 0;

USER_CRITERIA_SCOPING_UNSPECIFIED_VALUE

Unspecified criteria scoping. Do not specify.

USER_CRITERIA_SCOPING_UNSPECIFIED = 0;

USER_CRITERIA_WITHIN_SAME_EVENT

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

USER_CRITERIA_WITHIN_SAME_EVENT = 1;

USER_CRITERIA_WITHIN_SAME_EVENT_VALUE

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

USER_CRITERIA_WITHIN_SAME_EVENT = 1;

USER_CRITERIA_WITHIN_SAME_SESSION

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

USER_CRITERIA_WITHIN_SAME_SESSION = 2;

USER_CRITERIA_WITHIN_SAME_SESSION_VALUE

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

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