journey_report
Analyze user navigation paths by specifying a starting step and optional ending step, with a chosen number of steps from 3 to 7.
Instructions
User journeys: the common navigation paths between a starting step and an (optional) ending step, over a chosen number of steps (3–7).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steps | No | Number of journey steps, 3 to 7. | |
| endDate | No | Report end, ISO date. Optional; defaults to today. | |
| endStep | No | Optional ending step: a URL path or event name. | |
| startDate | No | Report start, ISO date. Optional; defaults to 7 days ago. | |
| startStep | Yes | Starting step: a URL path or event name. | |
| websiteId | Yes | The website id, from list_websites. |