Inputs
GadsAccountItem
SelectableOption
Output
Type:Dict
Returns details of excluded or removed IPs.
Fields: action, countDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Exclude or remove IP addresses at the Google Ads account level
| App | Google Ads |
| Operation ID | gads_manage_ip_exclusions |
| Type | Action |
| Connection | gads (required) |
| Credits per run | 1 |
| Agent / MCP tool | Yes |
| Requires approval | Yes (write operation) |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
account | GadsAccountItem or object or array of object or string or integer | Yes | - | Select the Google Ads account to manage IP exclusions for. |
action | string or SelectableOption | Yes | - | Choose whether to exclude IPs or remove existing IP exclusions. Options: ‘exclude’, ‘remove’. |
ip_addresses | string or array of string | Yes | - | IP addresses to exclude or remove. Can be entered as newline-separated or comma-separated. Supports single IPs (e.g. 203.0.113.10) and CIDR ranges (e.g. 198.51.100.0/24). |
| 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. |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
value | string | Yes | - | |
label | string | Yes | - |
Dict
Returns details of excluded or removed IPs.
Fields: action, count