npm prebid.js 0.22.2
Prebid 0.22.2 Release

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

This version replaces 0.22.0 and 0.22.1 which were not released

🚀 New Features

  • New adapter Innity #1074
  • New adapter Beachfront Media #1062
  • New adapter Trion Interactive #1059
  • New adapter HuddledMasses #1095
  • Outstream Video Support #1082
  • Added support for sampling in ga and base analytics adapters #1011

New Adapters

Innity

{
  bidder: 'innity',
  params: {
    pub: 267,
    zone: 62546
  }
}

Beachfront Media

{
  bidder: 'beachfront',
  params: {
    bidfloor: .01,
    appId: "11bc5dd5-7421-4dd8-c926-40fa653bec76"
  }
}

Trion Interactive

{
  bidder: 'trion',
  params: {
    pubId : 1,//required
    sectionId : 2,//required
    re : ''//third party redirect optional
  }
}

HuddledMasses

{
   bidder: 'huddledmasses',
   params: {
      placement_id: 0
    }
}

🛠 Maintenance

  • Yarn support as alternative package manager #1109
  • Update Roxot analytic adapter #1034
  • Update Widespace request param #1098
  • HIRO Media: Remove placement size selection and filtering #1107
  • Criteo: Send transactionID to Criteo Services #1113
  • Add optional domain parameter to AdButler adapter #1078
  • adKernel more bid params #1077
  • Add support for custom floor value in rubicon video and increased code coverage #1102
  • Update polyfills to use core-js #1142

🐛 Bug Fixes

  • Allow writing into current document if prebid is loaded inside an iframe #1066
  • WideOrbit server-side identifier bug fix #1096
  • Revert srcdoc change to address viewability drop #1130
  • Fix buildMasterVideoTagFromAdserverTag() not selecting winning bid #1106
  • SpringServe adapter fix impid cast error #1101
  • Catch uncaught parse error causing test failures #1128

📝 Documentation

  • Added PR review process and governance model #1103

Commit Log

Don't miss a new prebid.js release

NewReleases is sending notifications on new releases.