Goal Sessions
rybbit_get_goal_sessionsRetrieve sessions that completed a specific goal for analyzing which users and sessions triggered goal conversions. Input site ID and goal ID; optionally filter by date, timezone, and dimensions.
Instructions
Get sessions that completed a specific goal. Useful for analyzing which users and sessions triggered goal conversions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| siteId | Yes | Site ID (numeric ID or domain identifier) | |
| goalId | Yes | Goal ID to get sessions for. Use rybbit_list_goals to find goal IDs. | |
| 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 | |
| page | No | Page number, 1-indexed (default: 1) | |
| limit | No | Results per page (default: 20-50 depending on endpoint, max 200) |