apple_ ads_ create_ keyword
Create a PAUSED positive keyword in a verified Apple ad group. A write tool that previews before it changes anything, one of 15 Apple Ads tools on the Get…
Create a PAUSED positive keyword in a verified Apple ad group. Preview before confirming.
- 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. |
adGroupId | string | Required | Apple numeric ID, as a string. |
text | string | Required | Keyword text. |
matchType | string | Required | Apple keyword match type. One of: EXACT, BROAD. |
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_keyword",
"args": {
"adAccountId": "<string>",
"adGroupId": "<string>",
"text": "<string>",
"matchType": "EXACT",
"bid": "<object>"
}
}
}