v1.62.0
github-actions
released this
27 Apr 09:21
·
1610 commits
to master
since this release
Notes
- This release contains the /setuid endpoint modifications outlined in prebid/prebid-server#1477 . A side effect of this change is that the usersync.BIDDER.tcf.blocked metric drops significantly as it is changed into a general setuid error metric (usersync.bad_requests) when the TCF consent string is missing or invalid. We'll fix this metric situation in the next release.
- The same change resulted in extra error log entries for missing consent strings in /cookie_sync and /setuid. The next release will also drop these to a 1% sample of errors.
- Turns out when PBS-Go and PBS-Java implemented prebid/prebid-server#745 we did them differently. Go is treating ext.prebid.debug as a boolean while Java is expecting 0 or 1. To be fair, the issue didn't clearly specify this. Anyhow, PBS-Java now supports wither 0 or false, 1 or true.
What’s Changed
General
- Implement bid adjustments by media type (#1226) (#1243) (issue 1601)
- Make /cookie_sync and /setuid respond with 400 for invalid gdpr consent (#1235) (issue 1477)
- Update setuid format parameter and make pixel depends on cookie type (#997) (also part of issue 1477)
- Store original bid cpm (#995) (issue 1526)
- Implement usersync method choosing according to filter settings from request (#1130) (issue 1554)
- Usersync URL supports format parameter (#1242) (also part of issue 1554)
- Support boolean for bidrequest.ext.prebid.debug together with integer (#1160)
- Fix Ortb2RequestFactory to throw error if StoredRequestProcessor fails (#1233)
- Add lookup of account from stored requests (#1231)
- Merge master into hook framework (#1228) - starting to refactor for modularity
- Refactored: Extracted Ortb2RequestFactory (#1224)
- Make generation of Bid Adm as a first step to remove duplicating call (#1214)
Bidder-Specific
- Update deepintent usersync redirect-url uid param (#1244)
- GumGum: adds pubId and irisid properties/parameters (#1184)
- Implement OneTag bidder (#1181)
- Update SmartyAds sync url and fix Decenterads imp.ext resolving (#1248)
- Decenterads adapter: align with cache request changes (#1246)
- Add Decenterads bidder. (#1167)
- RTB House: update parameters (#1240)
- Merge site object for SmartadserverBidder (#1225)
- beachfront: Changes to support real 204 (#1230)
- Openx: use bidfloor if set - prebid.js adapter behavior (#1218)
- Tappx changes - Backward compatible change of version (#1222)
- Add App support for Smaato (#1221)
- Adtarget, Adtelligent, Mediafuse: Update sync type (#1220)
- Mobfox: Add rout to adexcange (#1183)
- Change EngagedBDR bidder config (#1237)
- Update tappx and between usersync config (#1171)
- Adform bidder currency issue fix (#1232)
Contributors
@BraslavskiyAndrey, @DGarbar, @RodionOrets, @laurb9, @muuki88, @rpanchyk, @schernysh and @snahornyi