Google Analytics Admin V1alpha Client - Class AudienceClauseType (0.32.0)
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 AudienceClauseType.
Specifies whether this is an include or exclude filter clause.
Protobuf type google.analytics.admin.v1alpha.AudienceFilterClause.AudienceClauseType
Namespace
Google \ Analytics \ Admin \ V1alpha \ AudienceFilterClause
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
AUDIENCE_CLAUSE_TYPE_UNSPECIFIED
Value: 0
Unspecified clause type.
Generated from protobuf enum AUDIENCE_CLAUSE_TYPE_UNSPECIFIED = 0;
PBINCLUDE
Value: 1
Users will be included in the Audience if the filter clause is met.
Generated from protobuf enum INCLUDE = 1;
EXCLUDE
Value: 2
Users will be excluded from the Audience if the filter clause is met.
[[["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-04-28 UTC."],[],[]]