Advertisement
clickio

openx api

Aug 9th, 2019
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. request:
  2.  
  3. http://alz-ui3.openxenterprise.com/data/1.0/report
  4.  
  5. Parameters:
  6.  
  7. {
  8. "startDate": <start date>,
  9. "endDate": <end date>,
  10. "attributes": [
  11. {
  12. "id": "publisherSiteName"
  13. },
  14. {
  15. "id": "publisherAdUnitId"
  16. },
  17. {
  18. "id": "userDeviceType"
  19. }
  20. ],
  21. "metrics": [
  22. {
  23. "id": "marketRequests"
  24. },
  25. {
  26. "id": "marketImpressions"
  27. },
  28. {
  29. "id": "marketPublisherRevenue"
  30. }
  31. ]
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement