add_keywords
Add keywords to a Google Ads ad group. Preview changes by default, then set confirm=True to execute.
Instructions
Add keywords to an ad group.
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). | |
| keywords | Yes | List of keyword dicts. Each dict: { "keyword": "running shoes", "match_type": "EXACT", // EXACT, PHRASE, or BROAD "cpc_bid": 2.50 // optional, dollars } | |
| ad_group_id | Yes | Ad group ID to add keywords to. | |
| customer_id | Yes | Google Ads account ID. | |
| login_customer_id | No | Optional MCC ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||