Class ProductAnalyticsJourneyListQuery

Query definition for a journey list request.

Hierarchy

  • ProductAnalyticsJourneyListQuery

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

Computed columns to add to each row.

Whether to return the entities that converted at the target step, or those that dropped off.

entityColumns?: string[]

Attribute columns to return for each row, in addition to the identity join key and timestamp.

entityFilters?: string

Additional search query applied to the returned rows.

Segments the results by the values of one or more facets.

limit?: number

Maximum number of rows to return. Omit it to let the service choose.

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

Sort configuration for the returned rows. The sort is applied only when facet is one of the returned columns; otherwise it is ignored.

A reference to a step, or a range of steps, in the journey. Use a node target to name a single step, or a path target to name the range between two steps.

Generated using TypeDoc