Find Quick-Win Keywords (read-only)
google_ads_quick_winsIdentify keywords with low CPC, high CTR, and conversions to increase bids. Returns ranked candidates with a recommended bid (current + 25%, capped at 2x).
Instructions
Identify keywords with LOW CPC + HIGH CTR + at-least-some conversions — candidates to RAISE the bid on. Inverse of google_ads_find_waste. Returns a ranked list with a recommended_bid_micros (current + 25%, capped at 2x). NEVER changes bids; pair with google_ads_set_keyword_bid_micros (gated) after user confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum candidates to return. | |
| min_ctr | No | Minimum CTR in percent (e.g., 5 = 5%). Default 5%. | |
| 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. | |
| lookback_days | No | Look-back window in days (1-90). Converted into the GAQL DATE_RANGE/BETWEEN clause. | |
| min_conversions | No | Minimum conversions in the window. Default 0.5 (at least half a conversion). | |
| response_format | No | markdown | |
| max_avg_cpc_micros | No | Maximum average CPC in micros. Default 100_000 ($0.10). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | No | ||
| error | No | ||
| privacy_mode | No |