add_to_negative_keyword_list
Append keywords to an existing shared negative keyword list to avoid duplicate ads on irrelevant terms. Returns a preview before applying 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 |
|---|---|---|---|
| shared_set_id | Yes | ||
| keywords | Yes | ||
| customer_id | No | ||
| match_type | No | EXACT |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||