Skip to content

Prebid 1.29.0 Release

Choose a tag to compare

@jaiminpanchal27 jaiminpanchal27 released this 23 Oct 18:34
· 8631 commits to master since this release

🚀New Features

  • New Adapter dspx bid adapter (#3200, #3210)
  • New Adapter Adlive bid adapter (#3109)
  • Adkernel adapter ref and meta keywords forwarding (#3184)

New Adapters

{
  bidder: 'dspx',
  params: {
    placement: 101
  }
}
{
  bidder: 'adlive',
  params: {
    hashes: ['1e100887dd614b0909bf6c49ba7f69fdd1360437']
  }
}

🛠Maintenance

  • RTBHouse adapter - add native support (#3189)
  • Beachfront adapter - use referer detection module (#3188)
  • Consumable adapter - change domain of sync URL (#3207)
  • Openxoutstream adapter - add height and width params (#3215)
  • Rubicon adapter - removed extraneous warning (#3218)
  • GumGum adapter - refactor jcsi (#3220)

🐛Bug Fixes

  • Add a check against the size config when setting targeting (#3183), fixes (#2861)
  • Fixes #3197 - call auctionDone() when 'No valid bid requests returned for auction' #3198