Google Analytics Admin V1alpha Client - Class AudienceFilterScope (0.20.0)

Reference documentation and code samples for the Google Analytics Admin V1alpha Client class AudienceFilterScope.

Specifies how to evaluate users for joining an Audience.

Protobuf type google.analytics.admin.v1alpha.AudienceFilterScope

Namespace

Google \ Analytics \ Admin \ V1alpha

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

AUDIENCE_FILTER_SCOPE_UNSPECIFIED

Value: 0

Scope is not specified.

Generated from protobuf enum AUDIENCE_FILTER_SCOPE_UNSPECIFIED = 0;

AUDIENCE_FILTER_SCOPE_WITHIN_SAME_EVENT

Value: 1

User joins the Audience if the filter condition is met within one event.

Generated from protobuf enum AUDIENCE_FILTER_SCOPE_WITHIN_SAME_EVENT = 1;

AUDIENCE_FILTER_SCOPE_WITHIN_SAME_SESSION

Value: 2

User joins the Audience if the filter condition is met within one session.

Generated from protobuf enum AUDIENCE_FILTER_SCOPE_WITHIN_SAME_SESSION = 2;

AUDIENCE_FILTER_SCOPE_ACROSS_ALL_SESSIONS

Value: 3

User joins the Audience if the filter condition is met by any event across any session.

Generated from protobuf enum AUDIENCE_FILTER_SCOPE_ACROSS_ALL_SESSIONS = 3;