Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
curl --request GET \
--url https://api.tagdeliver.com/v1/report/insight/diagnostics/{uid} \
--header 'Authorization: Bearer <token>'{
"results": {
"cmp_error_rate": 0.000012248597535582175,
"cmp_rejection_rate": 0.0007226761063681238,
"heavy_ad_intervention": 0.008883808374338501,
"mobile_ad_density": 0.057,
"tag_latency": 2541.999829099,
"tag_error_rate": 0.014790873642187355,
"viewability": 0.5244113080657661,
"cmp_stub_status": "Found",
"direct": 0.692101487343152,
"expired_integrations": null,
"ads_txt_issues": 2,
"traffic_trend": "In decline"
},
"success": true
}Returns a list of live checks and up-to-date metrics, to give insight for the here and now
curl --request GET \
--url https://api.tagdeliver.com/v1/report/insight/diagnostics/{uid} \
--header 'Authorization: Bearer <token>'{
"results": {
"cmp_error_rate": 0.000012248597535582175,
"cmp_rejection_rate": 0.0007226761063681238,
"heavy_ad_intervention": 0.008883808374338501,
"mobile_ad_density": 0.057,
"tag_latency": 2541.999829099,
"tag_error_rate": 0.014790873642187355,
"viewability": 0.5244113080657661,
"cmp_stub_status": "Found",
"direct": 0.692101487343152,
"expired_integrations": null,
"ads_txt_issues": 2,
"traffic_trend": "In decline"
},
"success": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Was this page helpful?