get_kvp_report_by_network
Retrieve KVP metrics grouped by a GAM key for a network, with revenue in micros.
Instructions
KVP metrics across a network, grouped by a GAM key. Revenue in micros.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | Key to group by, e.g. 'utm_campaign' | utm_campaign |
| 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. |