Class GoogleAnalyticsAdminV1alphaAudienceFilterClause
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).
Implements
Inherited Members
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class GoogleAnalyticsAdminV1alphaAudienceFilterClause : IDirectResponseSchema
Properties
ClauseType
Required. Specifies whether this is an include or exclude filter clause.
Declaration
[JsonProperty("clauseType")]
public virtual string ClauseType { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SequenceFilter
Filters that must occur in a specific order for the user to be a member of the Audience.
Declaration
[JsonProperty("sequenceFilter")]
public virtual GoogleAnalyticsAdminV1alphaAudienceSequenceFilter SequenceFilter { get; set; }
Property Value
Type | Description |
---|---|
GoogleAnalyticsAdminV1alphaAudienceSequenceFilter |
SimpleFilter
A simple filter that a user must satisfy to be a member of the Audience.
Declaration
[JsonProperty("simpleFilter")]
public virtual GoogleAnalyticsAdminV1alphaAudienceSimpleFilter SimpleFilter { get; set; }
Property Value
Type | Description |
---|---|
GoogleAnalyticsAdminV1alphaAudienceSimpleFilter |