curl --request GET \
--url https://api.tagdeliver.com/v1/report/insight/benchmarking/revenue \
--header 'Authorization: Bearer <token>'{
"results": {
"currency": "GBP",
"data": {
"gross_revenue": {
"publisher": 713.695881,
"cohort": 215.93339500000002,
"network": 130.45029643165458
},
"pap_gross_revenue": {
"publisher": 709.52059,
"cohort": 215.93339500000002,
"network": 113.70656362589935
},
"saas_gross_revenue": {
"publisher": 4.175291,
"cohort": 0,
"network": 16.743732805755396
},
"net_revenue": {
"publisher": 605.65242025,
"cohort": 172.746716,
"network": 107.71543717122303
},
"pap_net_revenue": {
"publisher": 601.69752925,
"cohort": 172.746716,
"network": 91.15291997697844
},
"saas_net_revenue": {
"publisher": 3.9548909999999995,
"cohort": 0,
"network": 16.562517194244606
},
"impressions": {
"publisher": 1074513,
"cohort": 429478.6666666667,
"network": 167006.46762589927
},
"pap_impressions": {
"publisher": 1070105,
"cohort": 429478.6666666667,
"network": 146579.1798561151
},
"saas_impressions": {
"publisher": 4408,
"cohort": 0,
"network": 20427.287769784172
}
}
},
"success": true
}Returns top level revenue benchmarking data
curl --request GET \
--url https://api.tagdeliver.com/v1/report/insight/benchmarking/revenue \
--header 'Authorization: Bearer <token>'{
"results": {
"currency": "GBP",
"data": {
"gross_revenue": {
"publisher": 713.695881,
"cohort": 215.93339500000002,
"network": 130.45029643165458
},
"pap_gross_revenue": {
"publisher": 709.52059,
"cohort": 215.93339500000002,
"network": 113.70656362589935
},
"saas_gross_revenue": {
"publisher": 4.175291,
"cohort": 0,
"network": 16.743732805755396
},
"net_revenue": {
"publisher": 605.65242025,
"cohort": 172.746716,
"network": 107.71543717122303
},
"pap_net_revenue": {
"publisher": 601.69752925,
"cohort": 172.746716,
"network": 91.15291997697844
},
"saas_net_revenue": {
"publisher": 3.9548909999999995,
"cohort": 0,
"network": 16.562517194244606
},
"impressions": {
"publisher": 1074513,
"cohort": 429478.6666666667,
"network": 167006.46762589927
},
"pap_impressions": {
"publisher": 1070105,
"cohort": 429478.6666666667,
"network": 146579.1798561151
},
"saas_impressions": {
"publisher": 4408,
"cohort": 0,
"network": 20427.287769784172
}
}
},
"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
Environment or platform to report from
all, app, web Excludes publisher data from the Network and Cohort for users organisation
yes, no Was this page helpful?