remove_negative_keywords
Remove negative keywords from campaigns or ad groups by specifying keyword IDs to refine targeting and improve ad performance.
Instructions
Remove negative keywords from a campaign or ad group, identified by id.
Resolve ids first with get_negative_keywords (deletion is by id, not text).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_id | Yes | The campaign id (or ad group id) the negatives are attached to. | |
| entity_type | No | "Campaign" or "AdGroup" (default "Campaign"). | Campaign |
| keyword_ids | Yes | The negative keyword ids to remove. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| ids | No | ||
| message | Yes | ||
| partial_errors | No |