amazon_ ads_ get_ targets
Read one page of Amazon Sponsored Products targets, including paused and archived entities by default.
Read one page of Amazon Sponsored Products targets, including paused and archived entities by default. Continue with nextToken until absent; one page is not an account total. These are configuration records, not performance metrics.
- Source
- Amazon Ads
- Kind
- Read
- 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. |
maxResults | integer | Optional | Maximum entities in this page, up to 100. Default: 100. |
nextToken | string | Optional | Opaque continuation token from the previous page for this same profile and filter. |
states | array | Optional | Delivery states to include; defaults to every state. Default: ["ENABLED","PAUSED","ARCHIVED"]. |
campaignIds | array | Optional | Restrict results to these campaign IDs. |
Calling itLink to this section
{
"name": "run_tool",
"arguments": {
"name": "amazon_ads_get_targets",
"args": {
"accountId": "<string>"
}
}
}