curl --request GET \
--url https://api.tagdeliver.com/v1/report/insight/demand-mix/campaign \
--header 'Authorization: Bearer <token>'{
"results": {
"currency": "GBP",
"dates": [
"2025-11-24"
],
"campaigns": {
"Cboe - Sep25": {
"revenue": [
1108.665
],
"impressions": [
147822
],
"demand": "publisher"
},
"Blockthrough - Prebid": {
"revenue": [
3.3096
],
"impressions": [
2103
],
"demand": "ci"
}
},
"campaignList": [
{
"campaign_id": 3200208619,
"campaign_name": "Blockthrough - Prebid",
"publisher": "example.com",
"demand": "CI",
"start_date": "2024-04-26",
"end_date": "2025-11-24",
"status": "live"
},
{
"campaign_id": 3857875424,
"campaign_name": "Cboe - Sep25",
"publisher": "example.com",
"demand": "Publisher",
"start_date": "2025-10-01",
"end_date": "2025-11-24",
"status": "live"
}
]
},
"success": true
}Returns a list of campaigns and their associated data for the given time frame
curl --request GET \
--url https://api.tagdeliver.com/v1/report/insight/demand-mix/campaign \
--header 'Authorization: Bearer <token>'{
"results": {
"currency": "GBP",
"dates": [
"2025-11-24"
],
"campaigns": {
"Cboe - Sep25": {
"revenue": [
1108.665
],
"impressions": [
147822
],
"demand": "publisher"
},
"Blockthrough - Prebid": {
"revenue": [
3.3096
],
"impressions": [
2103
],
"demand": "ci"
}
},
"campaignList": [
{
"campaign_id": 3200208619,
"campaign_name": "Blockthrough - Prebid",
"publisher": "example.com",
"demand": "CI",
"start_date": "2024-04-26",
"end_date": "2025-11-24",
"status": "live"
},
{
"campaign_id": 3857875424,
"campaign_name": "Cboe - Sep25",
"publisher": "example.com",
"demand": "Publisher",
"start_date": "2025-10-01",
"end_date": "2025-11-24",
"status": "live"
}
]
},
"success": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Publisher ID
Date range. All ranges exclude today and run up to yesterday
custom, all_time, seven_days, fourteen_days, thirty_days, three_months, six_months, week_to_date, month_to_date, quarter_to_date, year_to_date, last_week, last_month, last_quarter, last_year, month_on_month, quarter_on_quarter, yesterday Start date when range=custom
End date when range=custom
Date grouping when range=custom
day, month, year Revenue type
gross, net Environment or platform to report from
all, app, web Was this page helpful?