google_api_analytics_reporting v0.3.0 GoogleApi.AnalyticsReporting.V4.Model.SequenceSegment View Source
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.
Attributes
- firstStepShouldMatchFirstHit (boolean()): If set, first step condition must match the first hit of the visitor (in
the date range). Defaults to
nil. - segmentSequenceSteps (list(GoogleApi.AnalyticsReporting.V4.Model.SegmentSequenceStep.t)): The list of steps in the sequence. Defaults to
nil.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.AnalyticsReporting.V4.Model.SequenceSegment{
firstStepShouldMatchFirstHit: boolean(),
segmentSequenceSteps: [
GoogleApi.AnalyticsReporting.V4.Model.SegmentSequenceStep.t()
]
}
t() :: %GoogleApi.AnalyticsReporting.V4.Model.SequenceSegment{
firstStepShouldMatchFirstHit: boolean(),
segmentSequenceSteps: [
GoogleApi.AnalyticsReporting.V4.Model.SegmentSequenceStep.t()
]
}
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.