Class ProductAnalyticsJourneyFunnelResponseAttributes

Attributes of a journey funnel response.

Hierarchy

  • ProductAnalyticsJourneyFunnelResponseAttributes

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
endToEndConversionRate: number

Conversion rate from the first step to the last step.

endToEndElapsedTime: ProductAnalyticsElapsedTime

Elapsed time statistics (min/max/avg in milliseconds).

The funnel steps, in the order given by the search expression.

initialCount: number

Number of entities that entered the funnel.

Generated using TypeDoc