Google Analytics Admin V1alpha Client - Class AudienceFilterScope (0.31.2)
Stay organized with collections
Save and categorize content based on your preferences.
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
Name
Description
value
mixed
static::value
Parameter
Name
Description
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;
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-11 UTC."],[],[]]