Defines the steps of the journey and the filters applied to it.

Hierarchy

  • ProductAnalyticsJourneySearch

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
expression: string

Expression combining the node aliases in order, for example A -> B -> C.

Filters applied on top of the journey step expression.

Identity join keys used to stitch events belonging to the same user or session.

nodeObjects: {
    [key: string]: ProductAnalyticsBaseQuery;
}

Map of node alias to the query matching that step of the journey. Every alias used in expression must have an entry here.

Type declaration

Generated using TypeDoc