Class ProductAnalyticsJourneyFunnelStepGroup

Breakdown of a funnel step for one combination of group-by values.

Hierarchy

  • ProductAnalyticsJourneyFunnelStepGroup

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

Number of entities in this group that reached the next step.

elapsedTimeToNextStep: ProductAnalyticsElapsedTime

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

groupTags: string[]

Group-by values identifying this cohort.

value: number

Value of the computed metric for this group at this step.

Generated using TypeDoc