Package | Description |
---|---|
com.google.api.services.analyticsreporting.v4.model |
Modifier and Type | Method and Description |
---|---|
SequenceSegment |
SequenceSegment.clone() |
SequenceSegment |
SegmentFilter.getSequenceSegment()
Sequence conditions consist of one or more steps, where each step is defined by one or more
dimension/metric conditions.
|
SequenceSegment |
SequenceSegment.set(String fieldName,
Object value) |
SequenceSegment |
SequenceSegment.setFirstStepShouldMatchFirstHit(Boolean firstStepShouldMatchFirstHit)
If set, first step condition must match the first hit of the visitor (in the date range).
|
SequenceSegment |
SequenceSegment.setSegmentSequenceSteps(List<SegmentSequenceStep> segmentSequenceSteps)
The list of steps in the sequence.
|
Modifier and Type | Method and Description |
---|---|
SegmentFilter |
SegmentFilter.setSequenceSegment(SequenceSegment sequenceSegment)
Sequence conditions consist of one or more steps, where each step is defined by one or more
dimension/metric conditions.
|
Copyright © 2011–2022 Google. All rights reserved.