Class SequenceSegment
Sequence conditions consist of one or more steps, where each step is defined by one or more dimension/metric conditions. Multiple steps can be combined with special sequence operators.
Implements
Inherited Members
Namespace: Google.Apis.AnalyticsReporting.v4.Data
Assembly: Google.Apis.AnalyticsReporting.v4.dll
Syntax
public class SequenceSegment : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FirstStepShouldMatchFirstHit
If set, first step condition must match the first hit of the visitor (in the date range).
Declaration
[JsonProperty("firstStepShouldMatchFirstHit")]
public virtual bool? FirstStepShouldMatchFirstHit { get; set; }
Property Value
Type | Description |
---|---|
bool? |
SegmentSequenceSteps
The list of steps in the sequence.
Declaration
[JsonProperty("segmentSequenceSteps")]
public virtual IList<SegmentSequenceStep> SegmentSequenceSteps { get; set; }
Property Value
Type | Description |
---|---|
IList<SegmentSequenceStep> |