rybbit_get_performance_by_dimension
Retrieve performance metrics segmented by dimension such as pathname, country, or browser to analyze traffic and engagement across categories.
Instructions
Get performance metrics broken down by a specific dimension (pathname, country, browser, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| limit | No | Results per page | |
| siteId | Yes | Site ID or identifier | |
| sortBy | No | Metric to sort by | |
| 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) | |
| dimension | Yes | Breakdown dimension (pathname, country, browser, etc.) | |
| sortOrder | No | Sort direction | |
| startDate | No | Start date in YYYY-MM-DD format | |
| pastMinutesEnd | No | Minutes ago for end (alternative to date-based) | |
| pastMinutesStart | No | Minutes ago for start (alternative to date-based) |