Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SequenceSegment

import type { SequenceSegment } from "https://googleapis.deno.dev/v1/analyticsreporting:v4.ts";

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.

interface SequenceSegment {
firstStepShouldMatchFirstHit?: boolean;
segmentSequenceSteps?: SegmentSequenceStep[];
}

§Properties

§
firstStepShouldMatchFirstHit?: boolean
[src]

If set, first step condition must match the first hit of the visitor (in the date range).

§
segmentSequenceSteps?: SegmentSequenceStep[]
[src]

The list of steps in the sequence.