Class ProductAnalyticsJourneyFunnelStep

A single step of the funnel with its conversion counts and timings.

Hierarchy

  • ProductAnalyticsJourneyFunnelStep

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
elapsedTimeToNextStep: ProductAnalyticsElapsedTime

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

Breakdown of this step by the requested group-by facets.

label: string

Label of the step, derived from the node alias.

unit: string

Unit of the elapsed time values.

value: number

Value of the computed metric at this step.

Generated using TypeDoc