curl --request GET \
--url https://api.tagdeliver.com/v1/report/insight/revenue-analytics \
--header 'Authorization: Bearer <token>'{
"results": {
"uid": 18620,
"domain": "example.com",
"label": null,
"connected": true
},
"success": true
}Initial check to determine whether the publisher has an analytics integration connected
curl --request GET \
--url https://api.tagdeliver.com/v1/report/insight/revenue-analytics \
--header 'Authorization: Bearer <token>'{
"results": {
"uid": 18620,
"domain": "example.com",
"label": null,
"connected": true
},
"success": true
}Was this page helpful?