update_keyword_bid
Update the maximum CPC bid for a keyword in Google Ads. Preview changes with dry run; set confirm=True to execute.
Instructions
Update the CPC bid for a specific keyword.
Default is DRY RUN — shows preview. Pass confirm=True to execute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Set True to execute. Default False (dry run). | |
| ad_group_id | Yes | Ad group containing the keyword. | |
| customer_id | Yes | Google Ads account ID. | |
| criterion_id | Yes | Keyword criterion ID (from get_keyword_performance). | |
| cpc_bid_dollars | Yes | New CPC bid in dollars (e.g. 2.50 = $2.50 max CPC). | |
| login_customer_id | No | Optional MCC ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||