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