curl --request GET \
--url https://api.tagdeliver.com/v1/report/insight/benchmarking/publisher-info \
--header 'Authorization: Bearer <token>'{
"results": {
"uid": 18620,
"domain": "example.com",
"iabCategories": {
"IAB2": [
"IAB2-3"
]
}
},
"success": true
}Returns information about how the given publisher has been auto-classified into IAB categories
curl --request GET \
--url https://api.tagdeliver.com/v1/report/insight/benchmarking/publisher-info \
--header 'Authorization: Bearer <token>'{
"results": {
"uid": 18620,
"domain": "example.com",
"iabCategories": {
"IAB2": [
"IAB2-3"
]
}
},
"success": true
}Documentation Index
Fetch the complete documentation index at: https://docs.contentignite.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?