> ## Documentation Index
> Fetch the complete documentation index at: https://docs.markifact.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Add Keywords To Negative List

> Add keywords to an existing negative keyword list in Google Ads

Add keywords to an existing negative keyword list in Google Ads

|                       |                                      |
| --------------------- | ------------------------------------ |
| **App**               | Google Ads                           |
| **Operation ID**      | `gads_add_keywords_to_negative_list` |
| **Type**              | Action                               |
| **Connection**        | `gads` (required)                    |
| **Credits per run**   | 1                                    |
| **Agent / MCP tool**  | Yes                                  |
| **Requires approval** | Yes (write operation)                |

## Inputs

| Field      | Type                                                              | Required | Default | Description                                                                                                                                                                                                                                                                |
| ---------- | ----------------------------------------------------------------- | -------- | ------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `account`  | GadsAccountItem or object or array of object or string or integer | Yes      | -       | Select Google Ads account to create the negative keyword list in. One account can be selected.                                                                                                                                                                             |
| `list_id`  | string                                                            | Yes      | -       | ID or Name of the existing negative keyword list. For example: 11716733521 or Brand Exclusions                                                                                                                                                                             |
| `keywords` | string or array of string                                         | Yes      | -       | Keywords to add to the negative list. Supports match type formatting:         - \[keyword] for exact match         - "keyword" for phrase match         - keyword for broad match         Can be entered as newline-separated, comma-separated text, or a list of strings. |

### GadsAccountItem

| Field       | Type   | Required | Default | Description                                                                                                                                                    |
| ----------- | ------ | -------- | ------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `value`     | string | Yes      | -       |                                                                                                                                                                |
| `label`     | string | Yes      | -       |                                                                                                                                                                |
| `managerId` | string | Yes      | -       | The manager ID for the Google Ads account. Ask  user to use the dropdown to select accounts, this manager id is selected background and not shown to the user. |

## Output

**Type**: `str`

Returns success message confirming keywords added.
