User Journeys
rybbit_get_journeysAnalyzes user navigation paths through a site, showing sequences of pages visited and session counts per path to identify common user flows.
Instructions
Get user journey (flow) analysis showing the most common navigation paths through the site. Shows sequences of pages users visit and how many sessions follow each path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| siteId | Yes | Site ID (numeric ID or domain identifier) | |
| startDate | No | Start date (YYYY-MM-DD) | |
| endDate | No | End date (YYYY-MM-DD) | |
| timeZone | No | IANA timezone (default UTC) | |
| filters | No | Filters to apply | |
| pastMinutesStart | No | Minutes ago start | |
| pastMinutesEnd | No | Minutes ago end | |
| steps | No | Number of journey steps to analyze (default 3) | |
| journeyLimit | No | Max number of journey paths to return (default 100) |