Show / Hide Table of Contents

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.

Inheritance
object
SequenceSegment
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.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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX