Google Analytics Admin V1alpha Client - Class FilterClauseType (0.20.0)

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
NameDescription
value mixed

static::value

Parameter
NameDescription
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.

Generated from protobuf enum EXCLUDE = 2;