Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Publisher ID
curl --request GET \
--url https://api.tagdeliver.com/v1/report/app-adstxt/{uid} \
--header 'Authorization: Bearer <token>'{
"results": {
"file_found": true,
"ci_present": true,
"up_to_date": true,
"missing_lines": [],
"requirements": []
},
"success": true
}Fetches the app-ads.txt requirements for the given publisher
curl --request GET \
--url https://api.tagdeliver.com/v1/report/app-adstxt/{uid} \
--header 'Authorization: Bearer <token>'{
"results": {
"file_found": true,
"ci_present": true,
"up_to_date": true,
"missing_lines": [],
"requirements": []
},
"success": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Publisher ID
Was this page helpful?