Show / Hide Table of Contents

Class GoogleAnalyticsAdminV1alphaAudienceSequenceFilter

Defines filters that must occur in a specific order for the user to be a member of the Audience.

Inheritance
object
GoogleAnalyticsAdminV1alphaAudienceSequenceFilter
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class GoogleAnalyticsAdminV1alphaAudienceSequenceFilter : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Scope

Required. Immutable. Specifies the scope for this filter.

Declaration
[JsonProperty("scope")]
public virtual string Scope { get; set; }
Property Value
Type Description
string

SequenceMaximumDuration

Optional. Defines the time period in which the whole sequence must occur.

Declaration
[JsonProperty("sequenceMaximumDuration")]
public virtual object SequenceMaximumDuration { get; set; }
Property Value
Type Description
object

SequenceSteps

Required. An ordered sequence of steps. A user must complete each step in order to join the sequence filter.

Declaration
[JsonProperty("sequenceSteps")]
public virtual IList<GoogleAnalyticsAdminV1alphaAudienceSequenceFilterAudienceSequenceStep> SequenceSteps { get; set; }
Property Value
Type Description
IList<GoogleAnalyticsAdminV1alphaAudienceSequenceFilterAudienceSequenceStep>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX