vexo_overview
Retrieve a high-level breakdown of app activity within a date range, including total events, sessions, devices, and top categories by event type, routes, OS, countries, and app versions. Use for initial traffic analysis.
Instructions
High-level breakdown of activity in a date window. Good first call to understand an app's traffic. Scans all events in [start_date, end_date] (<= 31 days) and returns totals plus top breakdowns.
Inputs: start_date, end_date (ISO dates, end inclusive, <=31 days apart).
Returns: { window, total_events, unique_sessions, unique_devices, by_event_type:[{value,count}], top_routes:[...], by_os:[...], top_devices:[...], by_country:[...], by_app_version:[...] } (each top list capped at 15). On failure: { error }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_date | Yes | ||
| end_date | Yes |