View Source GoogleApi.AnalyticsReporting.V4.Model.SequenceSegment (google_api_analytics_reporting v0.18.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AnalyticsReporting.V4.Model.SequenceSegment{ firstStepShouldMatchFirstHit: boolean() | nil, segmentSequenceSteps: [GoogleApi.AnalyticsReporting.V4.Model.SegmentSequenceStep.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.