remove_website_exclusions
Remove excluded websites or app IDs from a Microsoft Advertising campaign. Specify campaign ID and URLs to unblock; other exclusions remain intact.
Instructions
Unblock previously excluded websites / app ids on a campaign (matched by URL).
Read-modify-write: the named sites are filtered out and the rest are re-set, so other exclusions are retained. Removal is by URL (case-insensitive), not by id. List the current exclusions first with get_website_exclusions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urls | Yes | The websites / app ids to unblock. | |
| campaign_id | Yes | The campaign id the sites are blocked on. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| ids | No | ||
| message | Yes | ||
| partial_errors | No |