GET https://api.cedato.com/api/reports/players/extended?supply_id=&group_by=demand_domain
Headers:
accept: application/json
api-version: 1
authorization: Bearer
cURL example:
curl --request GET \
--url 'https://api.cedato.com/api/reports/players/extended?supply_id=13358927&group_by=demand_domain' \
--header 'accept: application/json' \
--header 'api-version: 1' \
--header 'authorization: Bearer '
Response example:
The API server returns a response similar to this:
{
"status": "OK",
"data": {
"supplies": [
{
"supply_id": "13358927",
"supply_name": "test.cedato.com player with google IMA---",
"supply_type": "0",
"impressions": "0",
"loaded": "1",
"usable": "0",
"ad_starts": "0",
"sub_id": "subid",
"domain": "dashboard.cedato.com",
"revenue": "0.00",
"RPM": "0",
"loaded_percent": "0",
"usable_percent": "0",
"ad_starts_percent": "0",
"cost": "0"
},
...
{
"supply_id": "13358927",
"supply_name": "test.cedato.com player with google IMA---",
"supply_type": "0",
"impressions": "0",
"loaded": "1",
"usable": "0",
"ad_starts": "0",
"sub_id": "subid",
"domain": "dashboard.cedato.com",
"revenue": "0.00",
"RPM": "0",
"loaded_percent": "0",
"usable_percent": "0",
"ad_starts_percent": "0",
"cost": "0"
}
],
"navigation": []
}
}