Advertisement
Guest User

Untitled

a guest
Feb 24th, 2020
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. 1. Ensure that iframe user sync is enabled within your Prebid configuration, the example below:
  2. pbjs.setConfig({
  3. userSync: {
  4. filterSettings: {
  5. iframe: {
  6. bidders: ['consumable'],
  7. filter: 'include'
  8. }
  9. }
  10. }
  11. });
  12. 2. If the above is not possible, you can place the following code in the <head> of your site:
  13. <scripttype="text/javascript"src="https://sync.serverbid.com/ss/2000462.js"></script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement