Skip to content
Get MCP AdsGet MCP Ads, home

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.

Kind
Write
Discovery
Reachable through search_tools and run_tool
Account parameter
accountId
Endpoint
https://mcp.getmcpads.com/amazon-ads/mcp

ParametersLink to this section

NameTypeRequiredNotes
accountIdstringRequiredExact selected account ID from list_accounts, including region, for example EU:123456. Regions cannot be interchanged.
campaignIdstringRequiredExact campaign ID in the selected advertising account.
namestringOptionalHuman-readable name for this object.
statestringOptionalENABLED can spend; PAUSED stops delivery; ARCHIVED permanently archives the campaign. One of: ENABLED, PAUSED, ARCHIVED.
startDatestringOptionalFirst date of the reporting period, in YYYY-MM-DD format.
endDatestringOptionalLast date of the reporting period, in YYYY-MM-DD format, on or after startDate.
biddingStrategystringOptionalNative dynamic bidding strategy. One of: LEGACY_FOR_SALES, AUTO_FOR_SALES, MANUAL.
confirmbooleanOptionalFalse previews only. True applies the exact preview explicitly approved by the user. Default: false.
previewTokenstringOptionalToken from this exact preview. Confirm only the change approved by the user; expires in ten minutes.

Calling itLink to this section

jsonThrough run_tool, since it is not announced
{
  "name": "run_tool",
  "arguments": {
    "name": "amazon_ads_update_campaign",
    "args": {
      "accountId": "<string>",
      "campaignId": "<string>"
    }
  }
}
Esc

Type to search