npm prebid.js 0.29.0
Prebid 0.29.0

latest releases: 9.20.0, 9.19.0, 9.18.0...
7 years ago

🚀 New Features

  • New adapter Yieldmo #1415
  • New video adapter Tremor #1552
  • New adapter Orbitsoft #1378
  • New adapter Kumma #1512
  • New adapter Trustx #1488
  • Allow bundling from node.js or with new gulp task bundle-to-stdout #1570
  • BaseAdapter for the helping with Prebid 0.x -> 1.x transition #1494
  • Add support for video stream context #1483
  • Send SET_TARGETING event to AnalyticsAdapter #1577

New Adapters

Yieldmo

{
  bidder: 'yieldmo',
  params: {}
}

Tremor

{
  bidder: 'tremor',
  params: {
    adCode: "ssp-!demo!-lufip",
    supplyCode: "ssp-%21demo%21-rm6rh"
  }
}

Orbitsoft

{
  bidder: 'orbitsoft',
  params: {
    placementId: '142',
    requestUrl: '//adserver.com/ads/show/hb' // Url to perform search request
  }
}

Kumma

{
  bidder: 'kumma',
  params: {
    pubId: '37054',
    siteId: '123'
  }
}

Trustx

{
    bidder: 'trustx',
    params: {
        uid: 42
    }
}

🛠 Maintenance

  • Serverbid alias #1560
  • prebidServerAdapter: Add nurl to markup #1601
  • Save the last bid before auction closes. Resolves #1298 #1583
  • Amp example fix #1597

🐛 Bug Fixes

  • Fix a bug with url encoded parameters in url.parse #1480
  • don't calculate TTR if request not found #1575
  • Districtdmx adapter fix #1600
  • Fix for not syncing bidders #1598

📝 Documentation

  • Switch gulp docs to build its output using documentation.js #1545

Don't miss a new prebid.js release

NewReleases is sending notifications on new releases.