# amazon_ads_create_product_ad

> Create one Sponsored Products product ad. A write tool that previews before it changes anything, one of 103 Amazon Ads tools on the Get MCP Ads MCP gateway.

[Documentation](https://www.getmcpads.com/docs) / [Sources](https://www.getmcpads.com/docs/sources) / [Amazon Ads](https://www.getmcpads.com/docs/sources/amazon-ads)

Create one Sponsored Products product ad. Validates campaign/ad group ownership. Positive ads/targets/keywords start PAUSED; a negative keyword starts ENABLED and can suppress traffic. Product ads require exactly one seller SKU or vendor/author ASIN. Product targeting accepts an exact ASIN or native manual product/category/brand expressions. Preview and confirm; requires a paid plan.

> **Note** Connect Amazon and explicitly select the profiles your assistant may access. Tested with an Amazon test account. Product, brand and format eligibility are enforced by Amazon; DSP and AMC are separate products.

> **Warning** This tool changes the account. It is absent from the tool list on the Free plan, and it previews by default: without `confirm: true` it describes the change and applies nothing.

|  |  |
| --- | --- |
| Source | [Amazon Ads](https://www.getmcpads.com/docs/sources/amazon-ads) |
| Kind | Write |
| Discovery | Reachable through `search_tools` and `run_tool` |
| Account parameter | `accountId` |
| Endpoint | https://mcp.getmcpads.com/amazon-ads/mcp |

## Parameters

| 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. |
| `adGroupId` | string | Required | Exact ad group ID in the selected advertising account. |
| `asin` | string | Optional | Ten-character Amazon Standard Identification Number in this marketplace. |
| `sku` | string | Optional | Seller SKU in this advertiser profile, used instead of ASIN. |
| `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 it

Through run_tool, since it is not announced

```json
{
  "name": "run_tool",
  "arguments": {
    "name": "amazon_ads_create_product_ad",
    "args": {
      "accountId": "<string>",
      "campaignId": "<string>",
      "adGroupId": "<string>"
    }
  }
}
```

- [Amazon Ads metrics](https://www.getmcpads.com/docs/sources/amazon-ads/metrics): What you can ask for.
- [Amazon Ads dimensions](https://www.getmcpads.com/docs/sources/amazon-ads/dimensions): How you can break it down.

---

This page as HTML: https://www.getmcpads.com/docs/sources/amazon-ads/tools/amazon_ads_create_product_ad
Every page under /docs is available as Markdown: append `.md`, or send `Accept: text/markdown`.
