npm prebid.js 0.19.0
Prebid 0.19.0 Release

latest releases: 9.15.0, 9.14.0, 9.13.0...
7 years ago

🚀 New Features

New Adapters

Mantis Ad Network

{
  bidder: 'mantis',
  params: {
    property: 'demo'
  }
}

AdMixer

{
  bidder: 'admixer',
  params: {
    zone: '2eb6bd58-865c-47ce-af7f-a918108c3fd2'
  }
}

Twenga

{
  bidder: 'twenga',
  params: {
    placementId: 'test'
  }
}

LifeStreet

{
  bidder: 'lifestreet',
  params: {
    jstag_url: '//ads.lfstmedia.com/getad?site=285071',
    slot: 'slot166704',
    adkey: '78c',
    ad_size: '160x600',
    timeout: 700
  }
}

StickyAdsTV

{
  bidder: 'stickyadstv',
  params: {
    zoneId : 277225  //only this parameter is mandatory
  }
}

Rubicon Project floor param

{
  bidder: 'rubicon',
  params: {
    // ...
    floor: 0.5,
    // ...
  }
}

New Video Adapters

Rubicon Video

var videoAdUnit = {
            code: 'example_video_1',
            sizes: [[640,320]],
            mediaType: 'video',
            bids: [
                {
                    bidder: 'rubicon',
                    params: {
                        accountId: "7780",
                        siteId: "87184",
                        zoneId: "412394",
                        userId: "12346",
                        keywords: ["nhl","hockey","goalie"],
                        inventory: {rating:["4-star"], prodtype:["sports"]},
                        visitor: {ucat: ["new"], lastsearch:["hockey"]},
                        position: "atf",
                        video: {
                          'language': 'en',
                          'playerHeight': 320,
                          'playerWidth': 640,
                          'size_id': 201,
                          'aeParams': {"p_aso.video.ext.skip": "1","p_aso.video.ext.skipdelay": "15"}
                        }
                    }
                }
            ]
        };

Vertamedia

{
  bidder: 'vertamedia',
  params: {
      aid: 22489,
      placementId: '123456'
  }
}

🛠 Maintenance

  • AdKernel: added usersync
  • RhythmOne: reset to support additional requestBids calls #921 (@kitwestneat)
  • PubMatic: execute tracker pixel in iframe. #937
  • GumGum: throttle requests #944 (@davidmh)
  • Adform: bid response adId value #947 (@braizhas)
  • Brightcom: add encoding to request #956 (@matan-ybrant)
  • OpenX: Handles fallback ads correctly as a no fill #963 (@lntho)
  • Make x-domain safe frame example work out of the box #955 (@brondsem)
  • Rewrite groupByPlacement to avoid multiple scans of array #918 (@kitwestneat)
  • Use new key descriptionUrl instead of vastUrl #967 (@jaiminpanchal27)
  • Use package dependencies for ES6 Array shims #962 (@outoftime)
  • Run CI browser tests on more recent version of Chrome #983, #984
  • Updating Komoona adapter to support future Prebid requirements #974

🐛 Bug Fixes

  • MemeGlobal Adapter : Add display none to win event #925 (@AlexStanovsky)
  • Stub pixel drop to prevent network request in test #988

Commit Log

Don't miss a new prebid.js release

NewReleases is sending notifications on new releases.