get_custom_gam_report_by_network
Generate a custom Google Ad Manager report across a network using caller-chosen dimensions and metrics, with optional filters for domains, site names, or order IDs to focus on specific data.
Instructions
Custom GAM report across a network with caller-chosen dimensions and metrics.
Same constraints as get_custom_gam_report_by_domain. Revenue fields in micros.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | Filter results by this key | |
| domains | No | Comma-separated domains, e.g. 'a.com,b.com' (optional) | |
| metrics | No | Comma-separated GAM metrics, e.g. 'AD_EXCHANGE_LINE_ITEM_LEVEL_REVENUE,AD_EXCHANGE_LINE_ITEM_LEVEL_IMPRESSIONS'. Same names as the GAM API: https://developers.google.com/ad-manager/api/reference/v202308/ReportService.Column | |
| end_date | No | Report end date, 'YYYY-MM-DD' (optional) | |
| order_id | No | Filter results by order id | |
| site_name | No | Filter results by site name | |
| dimensions | No | Comma-separated GAM dimensions, e.g. 'DATE,SITE_NAME'. Same names as the GAM API: https://developers.google.com/ad-manager/api/reference/v202308/ReportService.Dimension | |
| 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. |