v1
latestOpenAPI 3.1.02026-07-26374172.5 KBQueries
Broadcast pivot table
Delivers a pivot table in CSV format of campaign broadcast attribution data, broken out by line item order ID and date. (Note: if broadcast attribution is not configured for the specified campaign, this endpoint will return HTTP 401 Unauthorized.)
post/measurement/campaigns/{campaign_id}/dashboard/radio
Path parameters
campaign_idstring required
Example:0123456789abcdef
Request body
Example request
{
"startDate": "2026-03-01",
"endDate": "2026-03-31",
"timezone": "UTC",
"callbackUrl": "https://customer.example.com/webhook"
}Response
OK
Example response
{
"startDate": "2024-03-01",
"endDate": "2024-03-31"
}