Add negative keywords to a live campaign
add_negative_keywordsAdd campaign-level negative keywords to a live Google Ads campaign. Suppresses ad serving across every ad group when the user's query matches a negative. Default match type is BROAD (any query containing the term excludes the ad); pass matchType per keyword to use PHRASE or EXACT.
Use when reports show wasted spend on irrelevant queries — the LLM should look at the keyword performance section of get_campaign_report to find candidates before adding.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keywords | Yes | List of negative keywords to add. | |
| googleCampaignId | Yes | Numeric Google Ads campaign id. |