> ## 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.

# Create Negative Keyword List

> Creates a new negative keyword list in Google Ads

Creates a new negative keyword list in Google Ads

|                       |                                     |
| --------------------- | ----------------------------------- |
| **App**               | Google Ads                          |
| **Operation ID**      | `gads_create_negative_keyword_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_name` | string                                                            | Yes      | -       | Name for the negative keyword list                                                                                                                                                                                                                     |
| `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 or comma-separated text. |

### 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**: `Dict`

Returns created negative keyword list details.

**Fields**: `list_name`, `list_id`, `list_resource_name`, `keywords_added_count`
