google_ads_network_performance_report
Analyze Google Ads performance by network (Google Search vs Search Partners) to decide whether to toggle Search Partners. Returns impressions, clicks, cost, conversions, CTR, and CPC per campaign and network.
Instructions
Report Google Ads performance split by ad network — Google Search vs. Search Partners. Returns one row per (campaign, network) shaped as {campaign_id, campaign_name, network_type ('SEARCH'|'SEARCH_PARTNERS'), network_label ('Google Search'|'Search Partners'), impressions, clicks, cost, conversions, ctr (percent), average_cpc, cost_per_conversion}. Display, YouTube, and Discover rows are filtered out. ctr, average_cpc, and cost_per_conversion are rounded to whole-unit currency. Read-only. Use this to decide whether to toggle Search Partners. For overall campaign totals use google_ads_performance_report; for per-ad breakdowns use google_ads_ad_performance_report.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | Reporting window for the metrics. Default 'LAST_30_DAYS'. Use a shorter window (LAST_7_DAYS / LAST_14_DAYS) when diagnosing recent changes; use LAST_90_DAYS for trend baselines. Also accepts an explicit range in GAQL spelling — "BETWEEN 'YYYY-MM-DD' AND 'YYYY-MM-DD'", both endpoints inclusive, in the account's time zone — for a window no trailing constant can reach (e.g. a single past calendar month). One asymmetry to know about: every constant except LAST_90_DAYS is resolved by Google Ads in the account's reporting time zone, whereas LAST_90_DAYS has no API constant and is expanded by mureo into the 90 days ending yesterday **on the server's date**, so its edges can differ by a day when the server and the account are in different zones. Pass an explicit range when the exact boundary matters. | |
| campaign_id | No | Optional campaign ID as a numeric string (e.g. '23743184133') to restrict the report to a single campaign. Omit to aggregate across every campaign in the account. | |
| customer_id | No | Google Ads customer ID as a 10-digit string without dashes (e.g. '1234567890'). Optional — falls back to GOOGLE_ADS_CUSTOMER_ID / GOOGLE_ADS_LOGIN_CUSTOMER_ID from the configured credentials when omitted. |