List Blind-Spend (Wasted-Spend) Alerts
list_blind_spend_alertsIdentify wasted ad spend by listing blind-spend alerts for Amazon seller accounts, showing search terms with low or no sales. Filter by seller, marketplace, status, or date.
Instructions
Use this to find wasted PPC ad spend. Retrieves a paginated list of blind-spend alerts across the user's connected Amazon seller accounts — an alert flags ad spend on customer search terms that produced little or no sales. By default returns active (unresolved) alerts from the last 30 days; filter by sellerId, marketplace, status, or updatedSince (for incremental polling). Each item includes id, asin, title, imageUrl, sellerId, marketplace, lastAlertedAt, resolvedAt, wastedSpend (total ad spend across unresolved terms), totalKeywordCount, unresolvedKeywordCount, and searchTerms — the unresolved wasted-spend search terms, each with term, spend, sales, clicks, cvr (0-1), and impressions. Supports pagination metadata (currentPage, pageSize, total, lastPage, hasNext, hasPrev).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Lifecycle filter. `active` (default) returns unresolved alerts, `resolved` returns resolved alerts, `all` returns both. Dismissed alerts are never returned. | |
| pageSize | No | Items per page (max 50). Defaults to 20. | |
| sellerId | No | Filter to a single connected Amazon seller account ID, e.g. "A1B2C3D4E5". | |
| currentPage | No | Page number, 1-indexed. Defaults to 1. | |
| marketplace | No | Filter to a single Amazon marketplace code, e.g. "com" for amazon.com or "co.uk" for amazon.co.uk. | |
| updatedSince | No | ISO-8601 timestamp; return only alerts surfaced at or after this time (filters on `lastAlertedAt`). Use it to incrementally sync since your last poll. Defaults to the last 30 days when omitted. |