lfischer

CDB - Prebid - Multisize

Nov 1st, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. pbjs.que.push(function() {
  2.   var adUnits = [{
  3.     code: "div-gpt-ad-1438287399331-0",
  4.     sizes: [[728,90],[970,90],[970,250]],
  5.     bids: [{
  6.       bidder: "criteo",
  7.       params: {
  8.         zoneId: "112233" /* Criteo zoneid for the 728x90 */
  9.       }
  10.     },{
  11.       bidder: "criteo",
  12.       params: {
  13.         zoneId: "112234" /* Criteo zoneid for the 970x90 */
  14.       }
  15.     },{
  16.       bidder: "criteo",
  17.       params: {
  18.         zoneId: "112235" /* Criteo zoneid for the 970x250 */
  19.       }
  20.     }]
  21.   }];
  22.   pbjs.addAdUnits(adUnits);
Advertisement
Add Comment
Please, Sign In to add comment