Organization Event Count
rybbit_get_org_event_countRetrieve aggregated daily event counts across all sites in an organization, broken down by event type such as pageviews, custom events, and errors. Supply an organization ID and optional date range to analyze activity.
Instructions
Get aggregated daily event counts across all sites in an organization. Includes breakdown by event type (pageviews, custom events, errors, etc.). Use rybbit_list_sites to find organization IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endDate | No | End date in ISO format (YYYY-MM-DD) | |
| timeZone | No | IANA timezone (e.g., Europe/Paris). Default: UTC | |
| startDate | No | Start date in ISO format (YYYY-MM-DD) | |
| organizationId | Yes | Organization ID. Use rybbit_list_sites to find organization IDs. |