amazon_ ads_ create_ campaign
Create one Sponsored Products campaign in PAUSED state. A write tool that previews before it changes anything, one of 103 Amazon Ads tools on the Get MCP…
Create one Sponsored Products campaign in PAUSED state. Preview then confirm the exact name, targeting, dates, daily budget and bidding strategy. Currency is the profile currency. Does not activate spend; requires a paid plan.
- Source
- Amazon Ads
- Kind
- Write
- Discovery
- Reachable through
search_toolsandrun_tool - Account parameter
accountId- Endpoint
- https:/
/ mcp. getmcpads. com/ amazon-ads/ mcp
ParametersLink to this section
| Name | Type | Required | Notes |
|---|---|---|---|
accountId | string | Required | Exact selected account ID from list_accounts, including region, for example EU:123456. Regions cannot be interchanged. |
name | string | Required | Human-readable name for this object. |
targetingType | string | Required | Targeting dictionary to inspect, such as interests, locations or demographics. One of: AUTO, MANUAL. |
dailyBudget | number | Required | Positive budget or bid in the selected profile currency, not micros. Amazon enforces marketplace-specific limits. |
startDate | string | Required | First date of the reporting period, in YYYY-MM-DD format. |
endDate | string | Optional | Last date of the reporting period, in YYYY-MM-DD format, on or after startDate. |
biddingStrategy | string | Optional | Supported bidding strategy for this temporary forecast. The request does not create a live campaign. One of: LEGACY_FOR_SALES, AUTO_FOR_SALES, MANUAL. Default: "LEGACY_. |
confirm | boolean | Optional | False previews only. True applies the exact preview explicitly approved by the user. Default: false. |
previewToken | string | Optional | Token from this exact preview. Confirm only the change approved by the user; expires in ten minutes. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "amazon_ads_create_campaign",
"args": {
"accountId": "<string>",
"name": "<string>",
"targetingType": "AUTO",
"dailyBudget": "<number>",
"startDate": "<string>"
}
}
}