Skip to content
Get MCP AdsGet MCP Ads, home

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_tools and run_tool
Account parameter
adAccountId
Endpoint
https://mcp.getmcpads.com/apple-ads/mcp

ParametersLink to this section

NameTypeRequiredNotes
adAccountIdstringRequiredA selected Apple Ads ad account from list_accounts.
namestringRequiredName displayed in Apple Ads.
adamIdstringRequiredApple numeric ID, as a string.
dailyBudgetobjectRequiredPositive decimal amount and the ad account currency.
countriesarrayRequiredEligible target storefront country codes, such as FR.
confirmbooleanOptionalFalse previews. True applies the approved change once. Do not blindly retry a write after a timeout. Default: false.

Calling itLink to this section

jsonThrough run_tool, since it is not announced
{
  "name": "run_tool",
  "arguments": {
    "name": "apple_ads_create_campaign",
    "args": {
      "adAccountId": "<string>",
      "name": "<string>",
      "adamId": "<string>",
      "dailyBudget": "<object>",
      "countries": "<array>"
    }
  }
}
Esc

Type to search