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