Google Analytics Admin V1alpha Client - Class FilterClauseType (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 FilterClauseType.
Specifies whether this is an include or exclude filter clause.
Protobuf type google.analytics.admin.v1alpha.SubpropertyEventFilterClause.FilterClauseType
Namespace
Google \ Analytics \ Admin \ V1alpha \ SubpropertyEventFilterClause
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
FILTER_CLAUSE_TYPE_UNSPECIFIED
Value: 0
Filter clause type unknown or not specified.
Generated from protobuf enum FILTER_CLAUSE_TYPE_UNSPECIFIED = 0;
PBINCLUDE
Value: 1
Events will be included in the Sub property if the filter clause is met.
Generated from protobuf enum INCLUDE = 1;
EXCLUDE
Value: 2
Events will be excluded from the Sub property 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."],[],[]]