Google Analytics Admin V1alpha Client - Class AudienceClauseType (0.20.0)

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

static::value

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

Generated from protobuf enum EXCLUDE = 2;