Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Publisher ID
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
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Publisher ID
Was this page helpful?