# apple_ads_create_campaign

> Create an App Store search-results campaign in PAUSED state. A write tool that previews before it changes anything, one of 15 Apple Ads tools on the Get MCP…

[Documentation](https://www.getmcpads.com/docs) / [Sources](https://www.getmcpads.com/docs/sources) / [Apple Ads](https://www.getmcpads.com/docs/sources/apple-ads)

Create an App Store search-results campaign in PAUSED state. Requires an eligible app, explicit currency, budget and countries. Preview before confirming; no delivery is enabled by creation.

> **Note** OAuth provider registered. Live advertiser acceptance is in progress; Apple account roles apply.

> **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 | [Apple Ads](https://www.getmcpads.com/docs/sources/apple-ads) |
| Kind | Write |
| Discovery | Reachable through `search_tools` and `run_tool` |
| Account parameter | `adAccountId` |
| Endpoint | https://mcp.getmcpads.com/apple-ads/mcp |

## Parameters

| Name | Type | Required | Notes |
| --- | --- | --- | --- |
| `adAccountId` | string | Required | A selected Apple Ads ad account from list_accounts. |
| `name` | string | Required | Name displayed in Apple Ads. |
| `adamId` | string | Required | Apple numeric ID, as a string. |
| `dailyBudget` | object | Required | Positive decimal amount and the ad account currency. |
| `countries` | array | Required | Eligible target storefront country codes, such as FR. |
| `confirm` | boolean | Optional | False previews. True applies the approved change once. Do not blindly retry a write after a timeout. Default: `false`. |

## Calling it

Through run_tool, since it is not announced

```json
{
  "name": "run_tool",
  "arguments": {
    "name": "apple_ads_create_campaign",
    "args": {
      "adAccountId": "<string>",
      "name": "<string>",
      "adamId": "<string>",
      "dailyBudget": "<object>",
      "countries": "<array>"
    }
  }
}
```

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

---

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