Skip to main content
GET
/
v1
/
report
/
insight
/
revenue-analytics
/report/insight/revenue-analytics
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
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

uid
integer
required

Publisher ID

Response

200 - application/json
results
object
required
success
boolean
required