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…
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.
- Source
- Apple Ads
- Kind
- Write
- Discovery
- Reachable through
search_toolsandrun_tool - Account parameter
adAccountId- Endpoint
- https:/
/ mcp. getmcpads. com/ apple-ads/ mcp
ParametersLink to this section
| 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 itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "apple_ads_create_campaign",
"args": {
"adAccountId": "<string>",
"name": "<string>",
"adamId": "<string>",
"dailyBudget": "<object>",
"countries": "<array>"
}
}
}