umami-api-js
    Preparing search index...

    Function postFunnel

    • Understand the conversion and drop-off rate of users: https://umami.is/docs/api/reports#post-apireportsfunnel

      Parameters

      • this: API
      • websiteId: string
      • parameters: Reports.Timestamps & {
            filters?: Filters;
            steps: { type: "path" | "event"; value: string }[];
            window: number;
        }
        • Optionalfilters?: Filters

          Can accept filter parameters

        • steps: { type: "path" | "event"; value: string }[]

          Type of event and conversion step

        • window: number

          Window of days between funnel steps to be considered a conversion

      Returns Promise<Funnel[]>