add_keywords
Add keywords to a Google Ads ad group, selecting match type (broad, phrase, exact) and optionally validating with dry run.
Instructions
Add keywords to an ad group.
Args: ad_group_id: Ad group ID to add keywords to keywords: List of keyword texts to add customer_id: Target customer ID (optional if set in config) match_type: Keyword match type - BROAD, PHRASE, or EXACT. BROAD matches related searches, PHRASE matches the phrase with words before/after, EXACT matches the exact query only. dry_run: If True, validate but don't execute
Returns: Result with success status and count of keywords added
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ad_group_id | Yes | ||
| keywords | Yes | ||
| customer_id | No | ||
| match_type | No | BROAD | |
| dry_run | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||