get_report_by_domain
Retrieve a per-request-URI ad performance report for a domain, including revenue, impressions, ecpm, match rate, and more for a specified date range.
Instructions
Metrics report for a single domain (same metrics used by the pricing service).
Returns per-request_uri rows with ad_unit, country, device, ecpm, impressions, eligible_ad_requests, match_rate, responses_served, revenue and utm_source.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Site domain, e.g. 'example.com' | |
| end_date | No | Report end date, 'YYYY-MM-DD' (optional) | |
| start_date | Yes | Report start date, 'YYYY-MM-DD' | |
| network_code | No | GAM network code for the domain. Optional — if omitted, the server falls back to the ACTIVEVIEW_NETWORK_CODE environment variable. |