Daily Performance Report
google_ads_daily_reportRetrieve synthetic daily performance data for Google Ads with aggregates for yesterday, last 7 days, and last 30 days. Optionally set a CPC alert threshold to flag high costs.
Instructions
Synthetic daily performance snapshot. Pulls YESTERDAY + LAST_7_DAYS + LAST_30_DAYS aggregates for a customer, optionally alerts when CPC exceeds cpc_alert_threshold. Pure-read workflow tool — never mutates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | Yes | Google Ads customer id (10 digits). Dashes optional, e.g. '1234567890' or '123-456-7890'. | |
| privacy_mode | No | Optional per-call payload privacy override. Defaults to GOOGLE_ADS_PRIVACY_MODE or structured. | |
| response_format | No | markdown | |
| cpc_alert_threshold | No | Optional CPC threshold in account currency. If yesterday's CPC exceeds this, the report adds an ALERT block. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | No | ||
| error | No | ||
| privacy_mode | No |