Guest User

Untitled

a guest
Dec 18th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. // Some units you do not need to call prebid for, add them here
  2. if (type.indexOf('native') !== -1 || type === 'adhesiveBanner' || type.indexOf('oop') !== -1) {
  3. console.log('ad unit catch, setting conf to null');
  4. prebidConfProcessed = null;
  5. }
  6. if (
  7. type.indexOf('topFlexRectangle') === -1 &&
  8. type.indexOf('flexbillboard') === -1
  9. ) {
  10. prebidConfProcessed = null;
  11. }
Add Comment
Please, Sign In to add comment