A variant (sub-funnel) of a DEM journey with its own steps.

Hierarchy

  • DemVariant

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
filter?: string

An optional RUM query filter to scope this variant.

id?: string

The unique identifier of the variant.

name: string

The name of the variant.

rumSteps: DemRumStep[]

List of RUM journey steps.

Generated using TypeDoc