Reference documentation and code samples for the Google Analytics Admin V1alpha Client class AudienceFilterClause.
A clause for defining either a simple or sequence filter. A filter can be inclusive (For example, users satisfying the filter clause are included in the Audience) or exclusive (For example, users satisfying the filter clause are excluded from the Audience).
Generated from protobuf message google.analytics.admin.v1alpha.AudienceFilterClause
Namespace
Google \ Analytics \ Admin \ V1alphaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ simple_filter
Google\Analytics\Admin\V1alpha\AudienceSimpleFilter
A simple filter that a user must satisfy to be a member of the Audience.
↳ sequence_filter
Google\Analytics\Admin\V1alpha\AudienceSequenceFilter
Filters that must occur in a specific order for the user to be a member of the Audience.
↳ clause_type
int
Required. Specifies whether this is an include or exclude filter clause.
getSimpleFilter
A simple filter that a user must satisfy to be a member of the Audience.
hasSimpleFilter
setSimpleFilter
A simple filter that a user must satisfy to be a member of the Audience.
$this
getSequenceFilter
Filters that must occur in a specific order for the user to be a member of the Audience.
hasSequenceFilter
setSequenceFilter
Filters that must occur in a specific order for the user to be a member of the Audience.
$this
getClauseType
Required. Specifies whether this is an include or exclude filter clause.
int
setClauseType
Required. Specifies whether this is an include or exclude filter clause.
var
int
$this
getFilter
string