get_report_by_network
Retrieve metrics report for an entire ad network, with optional domain filtering and date range.
Instructions
Metrics report across a whole network, optionally filtered to some domains.
Same row shape as get_report_by_domain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domains | No | Comma-separated domains, e.g. 'a.com,b.com' (optional) | |
| 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. |