v1
latestOpenAPI 3.1.02026-07-241765501.1 MBRetrieve Advertiser Spend
🔐 This endpoint requires HTTP Bearer authentication. For authenticating with Bearer token, required scopes are: retail_media.ad_spend_tracking(r).
Beta: This endpoint is in beta and may change. Returns the spend for every advertiser (engagement) that has accrued spend within the given index, broken down by day for the last 30 days.
Query parameters
The key of the index to use.
The key of the index to use.
Opaque cursor returned by a previous response. When omitted, the first page is returned.
Opaque cursor returned by a previous response. When omitted, the first page is returned.
Maximum number of advertisers to return in a single page. Defaults to 100, with a maximum of 1000. Values above the maximum are clamped.
Maximum number of advertisers to return in a single page. Defaults to 100, with a maximum of 1000. Values above the maximum are clamped.
Response
Successful Response.
Example response
{
"advertiser_spend": [
{
"daily_spend": {
"2026-06-18": "40.0",
"2026-06-19": "12.5"
}
}
],
"total_count": 5
}