Skip to content

Commit

Permalink
added links
Browse files Browse the repository at this point in the history
  • Loading branch information
bretg committed Jun 14, 2023
1 parent 2852435 commit 612c379
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions dev-docs/pb8-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@ Several activity control translation modules will be released in the near future

## Size Mapping

Users of the [label](/dev-docs/conditional-ad-units.html) feature should be careful to examine the new size mapping module. We moved it out of core to improve the build size. See https://github.com/prebid/Prebid.js/issue/9597
Users of the [label](/dev-docs/conditional-ad-units.html) feature should be careful to examine the new size mapping module. We moved it out of core to improve the build size. See [https://github.com/prebid/Prebid.js/issue/9597](https://github.com/prebid/Prebid.js/issue/9597)

## Misc changes

- `auctionInit` event payload is now less bloated. See https://github.com/prebid/Prebid.js/pull/9897
- Bidder `categoryTranslation` is no longer in core. See https://github.com/prebid/Prebid.js/pull/9898
- `bidderCode` can no longer come from the bid response, as this was breaking aliasing. See https://github.com/prebid/Prebid.js/pull/9905
- `onBidWon` was often listened to by client side bid adapters and would get fired when a server side bid was won. This has been cleaned up. See https://github.com/prebid/Prebid.js/pull/9919
- `ext.prebid.floorMin` has been dropped in favor of `ext.prebid.floors.floorMin` as a parameter on the PBS Bid adapter call See https://github.com/prebid/Prebid.js/pull/9899
- `bidResponse` is emitted immediately after adding the bidResponse instead of immediately before. See https://github.com/prebid/Prebid.js/pull/9847
- PBS bid adapter now supports native javascript trackers. See https://github.com/prebid/Prebid.js/pull/9900
- `NO_BID` events no longer occur on bid rejections and zero-cpm bids. See https://github.com/prebid/Prebid.js/pull/9902
- `auctionInit` event payload is now less bloated. See [https://github.com/prebid/Prebid.js/pull/9897](https://github.com/prebid/Prebid.js/pull/9897)
- Bidder `categoryTranslation` is no longer in core. See [https://github.com/prebid/Prebid.js/pull/9898](https://github.com/prebid/Prebid.js/pull/9898)
- `bidderCode` can no longer come from the bid response, as this was breaking aliasing. See [https://github.com/prebid/Prebid.js/pull/9905](https://github.com/prebid/Prebid.js/pull/9905)
- `onBidWon` was often listened to by client side bid adapters and would get fired when a server side bid was won. This has been cleaned up. See [https://github.com/prebid/Prebid.js/pull/9919](https://github.com/prebid/Prebid.js/pull/9919)
- `ext.prebid.floorMin` has been dropped in favor of `ext.prebid.floors.floorMin` as a parameter on the PBS Bid adapter call See [https://github.com/prebid/Prebid.js/pull/9899](https://github.com/prebid/Prebid.js/pull/9899)
- `bidResponse` is emitted immediately after adding the bidResponse instead of immediately before. See [https://github.com/prebid/Prebid.js/pull/9847](https://github.com/prebid/Prebid.js/pull/9847)
- PBS bid adapter now supports native javascript trackers. See [https://github.com/prebid/Prebid.js/pull/9900](https://github.com/prebid/Prebid.js/pull/9900)
- `NO_BID` events no longer occur on bid rejections and zero-cpm bids. See [https://github.com/prebid/Prebid.js/pull/9902](https://github.com/prebid/Prebid.js/pull/9902)

0 comments on commit 612c379

Please sign in to comment.