get_overview
Analyze website traffic metrics like pageviews, visitors, and bounce rates with period comparisons to understand overall performance before detailed investigation.
Instructions
Get a high-level overview of website analytics: total pageviews, unique visitors, sessions, bounce rate (%), and average session duration (seconds). Includes comparison with the previous period of the same length. Use this first to understand overall traffic before drilling into specifics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | Time period. Use "today", "yesterday", "7d", "30d", "90d", or a custom range as "YYYY-MM-DD:YYYY-MM-DD" (e.g. "2026-01-01:2026-03-31"). Defaults to "30d". | |
| pathname | No | Filter to a specific page path (e.g. "/pricing", "/blog/my-post"). Must start with /. | |
| utm_source | No | Filter by UTM source (e.g. "google", "twitter", "newsletter"). Case-sensitive, must match the value in the tracking URL. | |
| utm_campaign | No | Filter by UTM campaign name (e.g. "spring-launch", "product-hunt"). Case-sensitive. |