Retrieve Search Query Performance data at the ASIN level (Amazon only)
Returns aggregated Search Query Performance metrics (impressions, clicks, cart adds, purchases and derived rates/shares) per ASIN, compared against a prior period. If ‘asins’ is omitted, the top ASINs by impression volume are resolved automatically, capped to the organisation’s Search Query Performance entitlement. Monetary values are converted into the requested currency. Requires the organisation to have Search Query Performance access enabled.
Authorizations
Query Parameters
Channel (store) ID. Must be an Amazon seller or vendor channel.
Merchant ID that owns the channel. URL-encode values containing spaces or '@'.
Unix epoch time (seconds) representing the start of the reporting period. SQP data is only available at monthly granularity, so this is clipped to the start of its containing calendar month; the clipped date is returned as meta.dateRange.fromDate in the response.
Unix epoch time (seconds) representing the end of the reporting period. SQP data is only available at monthly granularity, so this is clipped to the end of its containing calendar month; the clipped date is returned as meta.dateRange.toDate in the response.
Unix epoch time (seconds) representing the start of the comparison period. SQP data is only available at monthly granularity, so this is clipped to the start of its containing calendar month; the clipped date is returned as meta.dateRange.priorFromDate in the response.
Unix epoch time (seconds) representing the end of the comparison period. SQP data is only available at monthly granularity, so this is clipped to the end of its containing calendar month; the clipped date is returned as meta.dateRange.priorToDate in the response.
IANA timezone identifier used to bucket the date range, for example Australia/Sydney.
Zero-based page index (default 0).
x >= 0Number of results per page (default 25, max 50).
1 <= x <= 50Field to sort by (default searchQueryVolume).
asin, searchQueryVolume, totalImpressions, impressions, impressionShare, totalClicks, clicks, clickShare, totalCtr, ctr, totalCartAdds, cartAdds, atcRate, totalPurchases, purchases, purchaseShare, totalCvr, cvr, currentRevenue, opportunity Sort direction (default asc).
asc, desc (Optional) Restrict results to these ASINs. Repeat the parameter for multiple values, e.g. ?asins=B001&asins=B002. If omitted, the top ASINs by impression volume are resolved automatically, capped to the organisation's Search Query Performance entitlement.
3-letter ISO currency code to convert monetary values into (default USD).