get_top_referrers
Identify top traffic sources by unique visitors to analyze referral performance across channels like organic search, social, and paid campaigns.
Instructions
Get the top traffic sources (referrer hostnames) ranked by unique visitors. Each row includes: referrer_host (e.g. "google.com"), channel (one of: "direct", "organic_search", "organic_social", "paid", "email", "referral"), visitor count, and pageview count. Use to understand where traffic comes from.
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". | |
| limit | No | Max rows to return (1-50). Defaults to 10. | |
| channel | No | Traffic channel. One of: "direct", "organic_search", "organic_social", "paid", "email", "referral". | |
| pathname | No | Filter to a specific page path (e.g. "/pricing", "/blog/my-post"). Must start with /. |