Reference documentation and code samples for the Google Analytics Data V1alpha Client class UserCriteriaScoping.
Scoping specifies which events are considered when evaluating if a user meets a criteria.
Protobuf type google.analytics.data.v1alpha.UserCriteriaScoping
Namespace
Google \ Analytics \ Data \ V1alphaMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
USER_CRITERIA_SCOPING_UNSPECIFIED
Value: 0
Unspecified criteria scoping. Do not specify.
Generated from protobuf enum USER_CRITERIA_SCOPING_UNSPECIFIED = 0;
USER_CRITERIA_WITHIN_SAME_EVENT
Value: 1
If the criteria is satisfied within one event, the user matches the criteria.
Generated from protobuf enum USER_CRITERIA_WITHIN_SAME_EVENT = 1;
USER_CRITERIA_WITHIN_SAME_SESSION
Value: 2
If the criteria is satisfied within one session, the user matches the criteria.
Generated from protobuf enum USER_CRITERIA_WITHIN_SAME_SESSION = 2;
USER_CRITERIA_ACROSS_ALL_SESSIONS
Value: 3
If the criteria is satisfied by any events for the user, the user matches the criteria.
Generated from protobuf enum USER_CRITERIA_ACROSS_ALL_SESSIONS = 3;