Find Waste Keywords (read-only)
google_ads_find_wasteIdentify Google Ads keywords with high cost and zero conversions. Returns a ranked list of waste candidates to review before pausing.
Instructions
Identify keywords matching the 'high cost + zero conversions' waste pattern (inspiration from script #1). Returns a ranked list of candidates — NEVER pauses anything. Pair with google_ads_pause_keyword (gated) after user confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date_range | No | Predefined date range supported by Google Ads GAQL. | LAST_30_DAYS |
| min_clicks | No | Minimum clicks to evaluate (skip low-data keywords). | |
| campaign_id | No | ||
| 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. | |
| min_cost_micros | No | Cost floor in micros. Default 200_000 = $0.20 — adjust to taste. | |
| response_format | No | markdown | |
| zero_conversions_only | No | If true (default), only include keywords with 0 conversions. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | No | ||
| error | No | ||
| privacy_mode | No |