Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 KB | None | 0 0
  1. String url = Constants.SERVER_PROTOCOL + "://stats.brid.tv/ping.gif?p=" + partnerId +
  2. "&pid=" + playerId +
  3. "&ow=" + ownerId +
  4. "&id=" + videoId +
  5. "&s=" + playerSize +
  6. "&e=" + eventName +
  7. "&pr=p&m=1&os=a&apv=" + BuildConfig.PLAYER_VERSION;
  8.  
  9. if (adType.length() > 0) {
  10. url += "&at=" + adType + "&par=ima&wp=" + adWaterfallPosition;
  11. }
  12.  
  13.  
  14. /*
  15. #e = event (l=load, p=play...) String
  16. #pr = product (p=player, o=outstream) String
  17. #pid = productid (player|unit id) int
  18. #p = partnerId int
  19. #pub = publisher (b=brid, p=publisher) String
  20. #b = userAgent (f=firefox, c=chrome, ie=interent explorer...) String
  21. #id = contentId int
  22. #adId = adId int
  23. #par = parser (b=brid, i=ima) String
  24. #apa = autoPlayAllowed (0|1) int
  25. #dfp = dfp (0|1) int
  26. #os = os (mac=mac, w=windows...) String
  27. #m = mobile (0|1) int
  28. #wp = waterfallPosition int
  29. #at = adType int
  30. #v = value String
  31. #ow = owner id int
  32. #d = duration int
  33. #s = Player/unit size String
  34. #plid = playlist id int
  35. #w = is widget (0|1) int
  36. #ap = is app (0|1) int
  37. #apv = app version String
  38. #iv = in view int
  39. #af = above the fold int
  40. #wps = wordpress int
  41. #rj = react.js int
  42. #amp = is amp int
  43. #q = query string str
  44. #fr = full referrer str
  45. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement