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

# Update Negative Keyword List

> Updates a DV360 negative keyword list's display name (the only editable field on the list)

Updates a DV360 negative keyword list's display name (the only editable field on the list). Edit the keywords themselves with dv360\_edit\_negative\_keywords or dv360\_replace\_negative\_keywords.

|                       |                                      |
| --------------------- | ------------------------------------ |
| **App**               | DV360                                |
| **Operation ID**      | `dv360_update_negative_keyword_list` |
| **Type**              | Action                               |
| **Connection**        | `dv360` (required)                   |
| **Credits per run**   | 1                                    |
| **Agent / MCP tool**  | Yes                                  |
| **Requires approval** | Yes (write operation)                |

## Inputs

| Field                      | Type                 | Required | Default | Description                                                                                                                                                                                  |
| -------------------------- | -------------------- | -------- | ------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `account`                  | DynamicAccount       | Yes      | -       | Select the DV360 advertiser that owns the negative keyword list.                                                                                                                             |
| `negative_keyword_list_id` | string or SelectItem | Yes      | -       | ID of the negative keyword list to update.                                                                                                                                                   |
| `name`                     | string               | Yes      | -       | New display name for the negative keyword list (max 255 bytes UTF-8). displayName is the only editable field on the list; edit the keywords themselves with dv360\_edit\_negative\_keywords. |

### SelectItem

| Field   | Type   | Required | Default | Description                                                                                          |
| ------- | ------ | -------- | ------- | ---------------------------------------------------------------------------------------------------- |
| `value` | string | Yes      | -       | The value of the selectable item.                                                                    |
| `label` | string | Yes      | -       | The label of the selectable item, used for display purposes. If not provided, defaults to the value. |

## Output

**Type**: `Dict`

Returns the updated negative keyword list.

**Fields**: `negative_keyword_list_id`, `negative_keyword_list_name`
