# bing_create_campaign

> Create a Microsoft Ads campaign with native fields. A write tool that previews before it changes anything, one of 39 Microsoft Advertising tools on the Get…

[Documentation](https://www.getmcpads.com/docs) / [Sources](https://www.getmcpads.com/docs/sources) / [Microsoft Advertising](https://www.getmcpads.com/docs/sources/bing-ads)

Create a Microsoft Ads campaign with native fields. Preview by default. Ad entities are created Paused. Read bing_get_write_schema and current configuration first.

> **Note** External assistant access is not enabled. Sandbox testing and production account discovery are available to authorized operators. Publisher and external-tenant consent verification remain in progress; the developer token has already been obtained.

> **Warning** This tool changes the account. It is absent from the tool list on the Free plan, and it previews by default: without `confirm: true` it describes the change and applies nothing.

|  |  |
| --- | --- |
| Source | [Microsoft Advertising](https://www.getmcpads.com/docs/sources/bing-ads) |
| Kind | Write |
| Discovery | Reachable through `search_tools` and `run_tool` |
| Account parameter | `accountId` |
| Endpoint | https://mcp.getmcpads.com/bing-ads/mcp |

## Parameters

| Name | Type | Required | Notes |
| --- | --- | --- | --- |
| `accountId` | string | Required | Numeric Microsoft Advertising ID as a string, not an account number. |
| `data` | object | Required | Native Microsoft REST fields; read bing_get_write_schema. REST Type discriminators can differ from SOAP class names. Provider eligibility is checked only on confirmed execution. |
| `confirm` | boolean | Optional | False returns a local preview. True executes the specifically authorized change. Default: `false`. |

## Calling it

Through run_tool, since it is not announced

```json
{
  "name": "run_tool",
  "arguments": {
    "name": "bing_create_campaign",
    "args": {
      "accountId": "<string>",
      "data": "<object>"
    }
  }
}
```

- [Microsoft Advertising metrics](https://www.getmcpads.com/docs/sources/bing-ads/metrics): What you can ask for.
- [Microsoft Advertising dimensions](https://www.getmcpads.com/docs/sources/bing-ads/dimensions): How you can break it down.

---

This page as HTML: https://www.getmcpads.com/docs/sources/bing-ads/tools/bing_create_campaign
Every page under /docs is available as Markdown: append `.md`, or send `Accept: text/markdown`.
