Domain Reports - Example: Domains By Supply

Have more questions? Submit a request

GET https://api.cedato.com/api/reports/domainsbysupply/extended

Sample Response
{
 
 "status": "OK",
 
 "data": {
 
   "domains": [
 
     {
 
       "domain": "",
 
       "networkId": "1",
 
       "name": "AdUnitsDemo - don\\'t touch",
 
       "playerId": "303084288",
 
       "impressions": "5",
 
       "loaded": "0",
 
       "usable": "0",
 
       "adStarts": "0",
 
       "revenue": 0,
 
       "cost": 0,
 
       "adStartRPM": 0,
 
       "RPM": 0,
 
       "adStartsPercent": 0,
 
       "loadedPercent": 0,
 
       "usablePercent": 0
 
     },
 
     {
 
       "domain": "",
 
       "networkId": "1",
 
       "name": "politi1",
 
       "playerId": "880066525",
 
       "impressions": "8",
 
       "loaded": "0",
 
       "usable": "0",
 
       "adStarts": "0",
 
       "revenue": 0,
 
       "cost": 0,
 
       "adStartRPM": 0,
 
       "RPM": 0,
 
       "adStartsPercent": 0,
 
         "loadedPercent": 0,
 
       "usablePercent": 0
 
     },
 
     {
 
       "domain": "1497330044",
 
       "networkId": "1",
 
       "name": "AdUnitsDemo - don\\'t touch",
 
       "playerId": "303084288",
 
       "impressions": "1",
 
       "loaded": "1",
 
       "usable": "0",
 
       "adStarts": "0",
 
       "revenue": 0,
 
       "cost": 0,
 
       "adStartRPM": 0,
 
       "RPM": 0,
 
       "adStartsPercent": 0,
 
       "loadedPercent": 100,
 
       "usablePercent": 0
 
     }
 
   ],
 
   "navigation": {
 
 
   }
 
 }
 
}

Related articles

Was this article helpful?
0 out of 0 found this helpful