Draft additions to a negative keyword list
add_to_negative_keyword_listAppend new keywords to an existing shared negative keyword list in Google Ads. Validate current list contents to avoid duplicates, then use the returned plan to confirm and apply changes.
Instructions
Append keywords to an EXISTING shared negative keyword list — returns a PREVIEW.
Use this when a suitable list already exists and only needs more keywords (instead of propose_negative_keyword_list, which creates a new list). Always call get_negative_keyword_lists first to find the right shared_set_id and get_negative_keyword_list_keywords to avoid duplicating existing terms.
shared_set_id: numeric ID from get_negative_keyword_lists (shared_set.id). keywords: list of keyword strings to append (duplicates in the input list are collapsed). match_type: "EXACT", "PHRASE", or "BROAD"
Call confirm_and_apply with the returned plan_id to execute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keywords | Yes | ||
| match_type | No | EXACT | |
| customer_id | No | ||
| shared_set_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||