curl --request GET \
--url https://api.tagdeliver.com/v1/report/insight/demand-mix \
--header 'Authorization: Bearer <token>'{
"results": {
"currency": "GBP",
"dates": [
"2025-11-24"
],
"data": {
"revenue": {
"total": [
6339.721715000006
],
"direct": [
6090.406587000007
],
"programmatic": [
230.87629800000002
],
"fallback": [
0
],
"untracked": [
18.43883
],
"ci_direct": [
0
],
"ci_programmatic": [
22.155095
],
"ci_fallback": [
null
],
"ci_untracked": [
null
],
"publisher_direct": [
6090.406587000007
],
"publisher_programmatic": [
208.72120300000003
],
"publisher_fallback": [
0
],
"publisher_untracked": [
18.43883
]
},
"impressions": {
"total": [
656967
],
"direct": [
346071
],
"programmatic": [
170875
],
"fallback": [
131445
],
"untracked": [
8576
],
"ci_direct": [
8653
],
"ci_programmatic": [
31610
],
"ci_fallback": [
null
],
"ci_untracked": [
null
],
"publisher_direct": [
337418
],
"publisher_programmatic": [
139265
],
"publisher_fallback": [
131445
],
"publisher_untracked": [
8576
]
},
"viewable_impressions": {
"total": [
268921
],
"direct": [
119191
],
"programmatic": [
101411
],
"fallback": [
47494
],
"untracked": [
825
],
"ci_direct": [
5151
],
"ci_programmatic": [
14631
],
"ci_fallback": [
null
],
"ci_untracked": [
null
],
"publisher_direct": [
114040
],
"publisher_programmatic": [
86780
],
"publisher_fallback": [
47494
],
"publisher_untracked": [
825
]
},
"ad_requests": {
"total": [
1227014
]
}
},
"stats": {
"total": 6339.721715000006,
"publisher": 6317.566620000007,
"ci": 22.155095,
"publisher_direct": 6090.406587000007,
"publisher_programmatic": 208.72120300000003,
"publisher_fallback": 0,
"publisher_untracked": 18.43883,
"ci_direct": 0,
"ci_programmatic": 22.155095,
"ci_fallback": 0,
"ci_untracked": 0
}
},
"success": true
}Returns data for all revenue source combinations, including (publisher, Content Ignite) and (direct, programmatic, fallback)
curl --request GET \
--url https://api.tagdeliver.com/v1/report/insight/demand-mix \
--header 'Authorization: Bearer <token>'{
"results": {
"currency": "GBP",
"dates": [
"2025-11-24"
],
"data": {
"revenue": {
"total": [
6339.721715000006
],
"direct": [
6090.406587000007
],
"programmatic": [
230.87629800000002
],
"fallback": [
0
],
"untracked": [
18.43883
],
"ci_direct": [
0
],
"ci_programmatic": [
22.155095
],
"ci_fallback": [
null
],
"ci_untracked": [
null
],
"publisher_direct": [
6090.406587000007
],
"publisher_programmatic": [
208.72120300000003
],
"publisher_fallback": [
0
],
"publisher_untracked": [
18.43883
]
},
"impressions": {
"total": [
656967
],
"direct": [
346071
],
"programmatic": [
170875
],
"fallback": [
131445
],
"untracked": [
8576
],
"ci_direct": [
8653
],
"ci_programmatic": [
31610
],
"ci_fallback": [
null
],
"ci_untracked": [
null
],
"publisher_direct": [
337418
],
"publisher_programmatic": [
139265
],
"publisher_fallback": [
131445
],
"publisher_untracked": [
8576
]
},
"viewable_impressions": {
"total": [
268921
],
"direct": [
119191
],
"programmatic": [
101411
],
"fallback": [
47494
],
"untracked": [
825
],
"ci_direct": [
5151
],
"ci_programmatic": [
14631
],
"ci_fallback": [
null
],
"ci_untracked": [
null
],
"publisher_direct": [
114040
],
"publisher_programmatic": [
86780
],
"publisher_fallback": [
47494
],
"publisher_untracked": [
825
]
},
"ad_requests": {
"total": [
1227014
]
}
},
"stats": {
"total": 6339.721715000006,
"publisher": 6317.566620000007,
"ci": 22.155095,
"publisher_direct": 6090.406587000007,
"publisher_programmatic": 208.72120300000003,
"publisher_fallback": 0,
"publisher_untracked": 18.43883,
"ci_direct": 0,
"ci_programmatic": 22.155095,
"ci_fallback": 0,
"ci_untracked": 0
}
},
"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 Revenue source, SaaS or Plug&Play (pap)
all, pap, saas Environment or platform to report from
all, app, web Was this page helpful?