curl --request GET \
--url https://api.tagdeliver.com/v1/report/insight/benchmarking/ads-txt \
--header 'Authorization: Bearer <token>'{
"results": {
"data": {
"total_exchanges": {
"publisher": 548,
"cohort": 351,
"network": 851
},
"unique_exchanges": {
"publisher": 134,
"cohort": 72,
"network": 114
},
"direct": {
"publisher": 54,
"cohort": 66,
"network": 190
},
"reseller": {
"publisher": 493,
"cohort": 285,
"network": 660
}
}
},
"success": true
}Returns Ads.txt benchmarking data for relationship weighting and exchanges
curl --request GET \
--url https://api.tagdeliver.com/v1/report/insight/benchmarking/ads-txt \
--header 'Authorization: Bearer <token>'{
"results": {
"data": {
"total_exchanges": {
"publisher": 548,
"cohort": 351,
"network": 851
},
"unique_exchanges": {
"publisher": 134,
"cohort": 72,
"network": 114
},
"direct": {
"publisher": 54,
"cohort": 66,
"network": 190
},
"reseller": {
"publisher": 493,
"cohort": 285,
"network": 660
}
}
},
"success": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Publisher ID
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?