google_ads_add_negative_keywords
Add negative keywords to a Google Ads ad group to exclude unwanted search terms and refine targeting. Specify keyword text and match type for precise control.
Instructions
Add negative keywords to an ad group.
Args: customer_id: Customer ID (without hyphens) ad_group_id: Ad group ID keywords: List of keyword dicts with 'text' and 'match_type'
Returns: Success message
Example: keywords = [ {"text": "cheap", "match_type": "BROAD"}, {"text": "free", "match_type": "BROAD"} ]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | Yes | ||
| ad_group_id | Yes | ||
| keywords | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |