google_ads_bulk_add_keywords
Bulk add keywords to a Google Ads ad group under a single match type and optional CPC bid to streamline campaign setup.
Instructions
Bulk add multiple keywords with the same match type.
Args: customer_id: Customer ID (without hyphens) ad_group_id: Ad group ID keyword_texts: List of keyword text strings match_type: Match type for all keywords (EXACT, PHRASE, or BROAD, default: PHRASE) cpc_bid: Optional CPC bid for all keywords in currency units
Returns: Success message
Example: keyword_texts = ["running shoes", "athletic shoes", "sport shoes"]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | Yes | ||
| ad_group_id | Yes | ||
| keyword_texts | Yes | ||
| match_type | No | PHRASE | |
| cpc_bid | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |