rybbit_get_journeys
Identify common user navigation paths within sessions to analyze visitor flow. Use journey data to optimize page sequences and enhance site usability.
Instructions
Get the most common page navigation paths (user journeys) within sessions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Results returned (1-500, default: 100) | |
| steps | No | Maximum journey steps (2-10, default: 3) | |
| siteId | Yes | Site ID or identifier | |
| endDate | No | End date in YYYY-MM-DD format | |
| filters | No | JSON array of filter objects with parameter, type, and value fields | |
| timeZone | No | IANA timezone identifier (e.g., America/New_York) | |
| startDate | No | Start date in YYYY-MM-DD format | |
| stepFilters | No | JSON object filtering specific steps (e.g., {"0":"/"}) | |
| pastMinutesEnd | No | Minutes ago for end (alternative to date-based) | |
| pastMinutesStart | No | Minutes ago for start (alternative to date-based) |