Supply Reports - Example: Get Supply Demands by Domain

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": []

 }

}

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article