curl --request GET \
--url https://api.tagdeliver.com/v1/report/insight/benchmarking/ad-density \
--header 'Authorization: Bearer <token>'{
"results": {
"data": {
"heavy_ad_intervention": {
"publisher": 0.004086538461538462,
"cohort": 0.003981294402783926,
"network": 0.0013828883050641242
},
"mobile_ad_density": {
"publisher": 0.010700000000000001,
"cohort": 0.02605,
"network": 0.08756590909090908
}
}
},
"success": true
}Returns Ad Density benchmarking data for mobile ad density and heavy ad intervention metrics
curl --request GET \
--url https://api.tagdeliver.com/v1/report/insight/benchmarking/ad-density \
--header 'Authorization: Bearer <token>'{
"results": {
"data": {
"heavy_ad_intervention": {
"publisher": 0.004086538461538462,
"cohort": 0.003981294402783926,
"network": 0.0013828883050641242
},
"mobile_ad_density": {
"publisher": 0.010700000000000001,
"cohort": 0.02605,
"network": 0.08756590909090908
}
}
},
"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
Excludes publisher data from the Network and Cohort for users organisation
yes, no Was this page helpful?