Advertisement
Guest User

Custom prebid config

a guest
May 13th, 2021
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. {
  2. "cache": { "url":"https://prebid.adnxs.com/pbc/v1/cache" },
  3. "priceGranularity": "auto",
  4. "userSync": {
  5. "userIds": [{
  6. "name": "unifiedId",
  7. "params": {
  8. "url": "//match.adsrvr.org/track/rid?ttd_pid={YOUR_UNIFIED_ID}&fmt=json"
  9. },
  10. "storage": {
  11. "type": "cookie",
  12. "name": "pbjs-unifiedid",
  13. "expires": 60
  14. }
  15. }],
  16. "syncDelay": 3000
  17. }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement