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

SegmentSequenceStep

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

A segment sequence definition.

interface SegmentSequenceStep {
matchType?: "UNSPECIFIED_MATCH_TYPE" | "PRECEDES" | "IMMEDIATELY_PRECEDES";
orFiltersForSegment?: OrFiltersForSegment[];
}

§Properties

§
matchType?: "UNSPECIFIED_MATCH_TYPE" | "PRECEDES" | "IMMEDIATELY_PRECEDES"
[src]

Specifies if the step immediately precedes or can be any time before the next step.

§
orFiltersForSegment?: OrFiltersForSegment[]
[src]

A sequence is specified with a list of Or grouped filters which are combined with AND operator.