OpenWrap v25.4.0_NIGHTLY
·
2951 commits
to nightly
since this release
Feature Releases
Added the below features for OpenWrap:
If any publisher like Quizlet wants to sideline setTimeout, they can add the below code snippet during pwt generation.
(function(){
window.PWT.isSyncAuction = true;
})();
When isSyncAuction flag is true, we are calling the requestBid immediately (removed the setTimeout thread)
Code Optimisations
- NA
Known Issues
- Identity Hub: Hadron Id values not getting passed to SSPs.
- Identity Hub: ID values may not be passed to SSPs on 1st page load if they are not already present in browser.
- Changing the cpm of a bid using custom hook will throw an error
- While using Prebid Keys, ECPM is capped at 20 unit
- While using Prebid Keys, one might observe difference in bid logged in wrapper logger and bid sent to dfp since prebid price granularity round off the bid to nearest floor or ceiling for different ranges of ecpm.
- While using pubmaticAnalyticsAdapter following issues are present:
-
- Regex key not logged in logger
- Safe Frame - Expandable creative will not work correctly after rendering inside safe frame on Safari, IE11/Edge.
- Custom parameters - OpenWrap will not pass any custom parameters to server side wrapper so partners configured at server side won't get the custom parameters configured on client side