Class GoogleAnalyticsAdminV1alphaAudienceSequenceFilterAudienceSequenceStep
A condition that must occur in the specified step order for this user to match the sequence.
Implements
Inherited Members
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class GoogleAnalyticsAdminV1alphaAudienceSequenceFilterAudienceSequenceStep : IDirectResponseSchema
Properties
ConstraintDuration
Optional. When set, this step must be satisfied within the constraint_duration of the previous step (For example, t[i] - t[i-1] <= constraint_duration). If not set, there is no duration requirement (the duration is effectively unlimited). It is ignored for the first step.
Declaration
[JsonProperty("constraintDuration")]
public virtual object ConstraintDuration { get; set; }
Property Value
Type | Description |
---|---|
object |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FilterExpression
Required. Immutable. A logical expression of Audience dimension, metric, or event filters in each step.
Declaration
[JsonProperty("filterExpression")]
public virtual GoogleAnalyticsAdminV1alphaAudienceFilterExpression FilterExpression { get; set; }
Property Value
Type | Description |
---|---|
GoogleAnalyticsAdminV1alphaAudienceFilterExpression |
ImmediatelyFollows
Optional. If true, the event satisfying this step must be the very next event after the event satisfying the last step. If unset or false, this step indirectly follows the prior step; for example, there may be events between the prior step and this step. It is ignored for the first step.
Declaration
[JsonProperty("immediatelyFollows")]
public virtual bool? ImmediatelyFollows { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Scope
Required. Immutable. Specifies the scope for this step.
Declaration
[JsonProperty("scope")]
public virtual string Scope { get; set; }
Property Value
Type | Description |
---|---|
string |