github prebid/prebid-server v0.219.0
0.219.0

latest releases: v2.29.0, v2.28.0, v2.27.1...
2 years ago

Breaking Change in Accounts Config

The alternate bidder codes feature was introduced in v0.216.0. The feature could be turned on in the accounts config for a given bidder by setting the allowedBidderCodes field as such:

account.alternateBidderCodes.adapters.BIDDER.allowedBidderCodes: [“bidderX”, “bidderY”]

In this release, the adapters field has been renamed to bidders, so going forward, the feature can be configured for a given bidder like so:

account.alternateBidderCodes.bidders.BIDDER.allowedBidderCodes: [“bidderX”, “bidderY”]

Hosts must change their configs since the old format is ignored.

Breaking Change in Adapters

The unicorn adapter has changed their publisherId bidder parameter from an integer to a string. They confirmed the adapter is not yet widely used so publisher impact is expected to be minimal.

Changes

  • Rename adapters to bidders in alternate bidder codes config (#2324)
  • UNICORN: fix bidder param and modify app request (#2297)
  • Stored responses metrics (#2290)
  • New Adapter: sspBC Bid Adapter (#2274)
  • nextmillennium contact info (#2310)
  • bliink: fix multi-seatbid handling (#2298)

Contributors

@LouisBillaut, @VeronikaSolovei9, @bretg, @faithnh, @pm-nilesh-chate and @wojciech-bialy-wpm

Don't miss a new prebid-server release

NewReleases is sending notifications on new releases.