GET https://api.cedato.com/api/reports/players/extended?supply_id=&group_by=ua

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=ua' \

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

       "ua": " Chrome 45+ - Windows",

       "impressions": "1",

       "loaded": "1",

       "usable": "1",

       "ad_starts": "8",

       "revenue": "0.00",

       "cost": "0.00",

       "RPM": "0",

       "loaded_percent": "100",

       "usable_percent": "100",

       "ad_starts_percent": "800"

     }

   ],

   "navigation": []

 }

}