npm prebid.js 1.6.0
Prebid 1.6.0

latest releases: 9.19.0, 9.18.0, 9.17.0...
6 years ago

Announcements

  1. The currency conversion file hosted by Prebid Org now supports secure loading from https://currency.prebid.org. This applies to all versions of Prebid.js that support the currency module.

  2. Note that hb_cache_id will be the video ad server targeting variable going forward.
    In previous versions, mobile used hb_cache_id and video used hb_uuid. There will be a
    transition period where both targeting values are provided to the ad server.
    Please begin converting previous video creatives to use hb_cache_id.

🚀 New Features

  • New adapter - Invibes #2202
  • New adapter - Content Ignite #2268
  • New adapter - Oneplanetonly #2269
  • New analytics adapter - e-planning #2211
  • Updated for 1.0 - Lifestreet #2197

Invibes

{
  bidder: 'invibes',
  params: {
    placementId: '12345'
  }
}

Content Ignite

{
  bidder: 'contentignite',
  params: {
    accountID: '168237',
    zoneID: '299680'
  }
}

Oneplanetonly

{
    bidder: 'oneplanetonly',
    params: {
      siteId: '5',
      adUnitId: '5-4587544'
    }
}

🛠 Maintenance

  • Update Platform.io Adapter #2230
  • use b64EncodeUnicode to encode strings with unicode chars in them #2245
  • Add billing url (burl) support #2246
  • Update a4g Adapter #2250, #2275
  • prebidServer: Set vastUrl for OpenRTB video responses #2249
  • VertaMedia: update params for test bid #2267
  • Gamma: Add vastUrl for Video #2261
  • Audience Network: Add 'pbv' and 'cb' query params #2252
  • Update for Media.net adapter #2232
  • video ads supplying both hb_cache_id and hb_uuid to ad server targeting #2273
  • firing new adRenderFailed event when renderAd() fails #2210
  • PBS videoCacheKey and vastUrl #2101

🐛 Bug Fixes

  • Yieldbot: fixed Edge cookie string form #2236
  • Yieldbot: impression image creation fix #2277
  • PBS adapter not sending app or device #2206
  • vuble: add mediaType in bid response #2260
  • Message formatting in case number of user sync exceeded #2285
  • Update Yieldlab adapter and add official maintainer #2231

Don't miss a new prebid.js release

NewReleases is sending notifications on new releases.