GoogleApi.AnalyticsReporting.V4.Model.SequenceSegment (google_api_analytics_reporting v0.16.0) 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

Specs

t() :: %GoogleApi.AnalyticsReporting.V4.Model.SequenceSegment{
  firstStepShouldMatchFirstHit: boolean() | nil,
  segmentSequenceSteps:
    [GoogleApi.AnalyticsReporting.V4.Model.SegmentSequenceStep.t()] | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.