> ## 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 Placements To Exclusion List

> Add placements to an existing placement exclusion list in Google Ads

Add placements to an existing placement exclusion list in Google Ads

|                       |                                         |
| --------------------- | --------------------------------------- |
| **App**               | Google Ads                              |
| **Operation ID**      | `gads_add_placements_to_exclusion_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 that contains the placement exclusion list. One account can be selected.                                                                                                                                                                                                                                                                                                                                |
| `list_id`    | string                                                            | Yes      | -       | ID or Name of the existing placement exclusion list. For example: 11716733521 or Low Quality Sites                                                                                                                                                                                                                                                                                                                                |
| `placements` | string or array of string                                         | Yes      | -       | Placements to add to the exclusion list. Supports:         - Website URLs: example.com         - YouTube channels: youtube.com/channel/UCxxxxxxx         - YouTube videos: youtube.com/watch?v=xxxxxxx         - Mobile apps: 1-476943146 (iOS) or 2-com.example.app (Android)         - Mobile app categories: mobileappcategory::60001         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 placements added.
