Skip to content

v1.65.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 May 08:13
· 1567 commits to master since this release

What’s Changed

General

  • Fix ext.prebid.analytics flag to be tolerant for invalid input (#1283) - Prebid.js 4.37 is sending ext.prebid.analytics as an array. This fix throws it away -- fixed in 4.38.
  • Implement analytics by code metrics (#1281) - new metrics: analytics.ADAPTER.auction.*
  • Copy bidder headers before affecting them (#1279)
  • Update AnalyticsReporter to support adapter analytics (#1238)
  • Store original hostname in site.domain and put derived top-level domain at site.publisher.domain (#1277) - prebid/prebid-server#1813
  • Pass Global Privacy Control header to bidders (#1186) - prebid/prebid-server#1712
  • Remove overriding of fields for BidResponseCreator (#1273)
  • Use ipv6 for geo location call if ipv4 is not defined (#1256)
  • Fix IPv6 processing according to privacy ip masking (#1280)
  • Moved bid enhancement logic before caching (#1266)
  • Improve CookieSync and Setuid logging and metrics (#1253) - emit usersync..tcf.invalid when /setuid or /cookie_sync calls are blocked due to missing or invalid consent strings

Bidder Specific

  • rubicon adapter: update segment logic (#1260)

Contributors

@DGarbar, @rpanchyk, @schernysh and @snahornyi