🚀New Features
- New Bid Adapter TapHype (#3319)
- New Bid Adapter Ozone (#3307)
{
bidder: 'taphype',
params: {
placementId: 12345
}
}
{
bidder: 'ozone',
params: {
publisherId: 'OZONENUK0001', /* an ID to identify the publisher account - required */
siteId: '4204204201', /* An ID used to identify a site within a publisher account - required */
placementId: '0420420421', /* an ID used to identify the piece of inventory - required - for appnexus test use 13144370. */
customData: {"key1": "value1", "key2": "value2"}, /* optional JSON placeholder for passing publisher key-values for targeting. */
ozoneData: {"key1": "value1", "key2": "value2"}, /* optional JSON placeholder for for passing ozone project key-values for targeting. */
lotameData: {"key1": "value1", "key2": "value2"} /* optional JSON placeholder for passing Lotame DMP data */
}
}
🛠Maintenance
- Rubicon - added 980x150 (#3334)
- Sonobi Adapter: replaced deprecated getWindowTopLocation with refererInfo.referer (#3332)
- Fix AdyoulikeAdapter Referer info (#3339)
- update gulp packages to address vulnerability (#3343)
- adding additional bid request validity checks. updating how we grab sizes array (#3317)
- ucfunnel: Update TTL to 30 mins (#3345)
- Set the OpenRTB device dimensions (#3336)
🐛Bug Fixes
- Fix for Quantum Adapter empty size detection (#3329)
- update AdGenetation adapter (#3327)