amazon_ ads_ update_ campaign
Update Sponsored Products campaign name, state, dates or bidding strategy.
Update Sponsored Products campaign name, state, dates or bidding strategy. ARCHIVED is irreversible. Preview binds the current campaign; changing bidding on an enabled campaign can change spend. Use update_campaign_budget for the daily budget.
- 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. |
campaignId | string | Required | Exact campaign ID in the selected advertising account. |
name | string | Optional | Human-readable name for this object. |
state | string | Optional | ENABLED can spend; PAUSED stops delivery; ARCHIVED permanently archives the campaign. One of: ENABLED, PAUSED, ARCHIVED. |
startDate | string | Optional | 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 | Native dynamic bidding strategy. One of: LEGACY_FOR_SALES, AUTO_FOR_SALES, MANUAL. |
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_update_campaign",
"args": {
"accountId": "<string>",
"campaignId": "<string>"
}
}
}