Skip to content
Get MCP AdsGet MCP Ads, home

apple_ads_create_adgroup

Create a PAUSED manual-CPT Apple ad group under a verified campaign. A write tool that previews before it changes anything, one of 15 Apple Ads tools…

Create a PAUSED manual-CPT Apple ad group under a verified campaign. Automated keyword targeting is disabled.

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.
campaignIdstringRequiredApple numeric ID, as a string.
namestringRequiredName displayed in Apple Ads.
bidobjectRequiredPositive decimal amount and the ad account currency.
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_adgroup",
    "args": {
      "adAccountId": "<string>",
      "campaignId": "<string>",
      "name": "<string>",
      "bid": "<object>"
    }
  }
}
Esc

Type to search