umami-api-js
    Preparing search index...

    Function postJourney

    • Understand how users nagivate [sic] through your website: https://umami.is/docs/api/reports#post-apireportsjourney

      Parameters

      • this: API
      • websiteId: string
      • parameters: Reports.Timestamps & {
            endStep?: string;
            filters?: Filters;
            startStep: string;
            steps: number;
        }
        • OptionalendStep?: string

          Ending step URL or event name

        • Optionalfilters?: Filters

          Can accept filter parameters

        • startStep: string

          Starting step URL or event name

        • steps: number

          Number of steps from 3 to 7

      Returns Promise<Journey[]>