> ## 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 Placement Exclusion List

> Creates a new placement exclusion list in Google Ads

Creates a new placement exclusion list in Google Ads

|                       |                                        |
| --------------------- | -------------------------------------- |
| **App**               | Google Ads                             |
| **Operation ID**      | `gads_create_placement_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 to create the placement exclusion list in. One account can be selected.                                                                                                                                                                                                                                                                                                             |
| `list_name`  | string                                                            | Yes      | -       | Name for the placement exclusion list                                                                                                                                                                                                                                                                                                                                                                         |
| `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 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 placement exclusion list details.

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