Supply Reports - Example: All Supply

GET https://api.cedato.com/api/reports/supplies/basic

Headers:
accept: application/json
api-version: 1
authorization: Bearer

cURL example:

curl --request GET \

 --url 'https://api.cedato.com/api/reports/supplies/basic' \

 --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": "1",

       "supply_name": "test player12345",

       "supply_type": "0",

       "impressions": "17",

       "loaded": "14",

       "usable": "0",

       "ad_starts": "0",

       "revenue": "0.00",

       "cost": "0.00",

       "RPM": "0",

       "loaded_percent": "82.35",

       "usable_percent": "0",

       "ad_starts_percent": "0"

     },

...

     {

       "supply_id": "2",

       "supply_name": "test player2",

       "supply_type": "0",

       "impressions": "14",

       "loaded": "15",

       "usable": "10",

       "ad_starts": "18",

       "revenue": "0.09",

       "cost": "0.09",

       "RPM": "6.43",

       "loaded_percent": "107.14",

       "usable_percent": "71",

       "ad_starts_percent": "128.57"

     }

   ],

   "navigation": {

     "next": "https://api.cedato.com/api/api/reports/supplies/basic?offset=20&limit=20"

   }

 }

}

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