Class ProductAnalyticsJourneyFunnelCompute

Defines the metric computed at each funnel step.

Hierarchy

  • ProductAnalyticsJourneyFunnelCompute

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
aggregation?: string

Aggregation function: count, cardinality, avg, median, min, max, sum, or a percentile of the form pc<N> such as pc95. Defaults to cardinality.

metric?: string

Metric to aggregate on. Defaults to the identity join key.

Generated using TypeDoc