You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add microadBidAdapter
* Remove unnecessary encodeURIComponent from microadBidAdapter
* Submit Advangelists Prebid Adapter
* Submit Advangelists Prebid Adapter 1.1
* Correct procudtion endpoint for prebid
* analytics update with wrapper name
* reverted error merge
* update changed default value of netRevenue to true
* Re-add rubicon analytics without deprecated getTopWindowUrl util
* Cache referrer on auction_init instead of bid_requested
* add config for deviceAccess enforcement in utils getCookie setCookie and hasLocalStorage
* add tests, and updates to names/comments
* add deviceAccess enforcement to util method cookiesAreEnabled
* update to adspendBidAdapter for device access enforcement
* update to pubCommonId for device access enforcement
* update widespaceBidAdapter for device access enforcement. updated utils storage methods with jsdoc typing, hasLocalStorage changed to only return boolean type
* update to digiTrustIdSystem for device access enforcement
* updated utils.setCookie signature, adding a 'domain' argument. update to invibesBidAdapter for device access enforcement
* updated utils to group similar storage methods
* updated kargoBidAdapter for add-enforcement-device-access
* update to minimize changes in adapters using browser storage
* updated modules with localStorage or cookie methods to use utils
* updated invibesBidAdapter use of storage methods to use utils
* fix for wrong obj reference for date string
* revert accidental change to package.json
* fix linting error, trailing comma. removed unnecessary cookie get set functions and replaced with util methods
* reverted change to removed extra methods since it breaks unit test
* fix for pubcommonidsystem id generation
* update jsdoc param 'domain'
* Update adagioBidAdapter.js
merging changes from prebid#4978
* Removing encoding in DT encId
We need to get moving on this merge, so I made an update -- the encId() function appears to be necessary to stringify and btoa() the ID. Just removed the layer of URL encoding in that function as duplicate of what happens in the PBJS setCookie fn.
Co-authored-by: nakamoto <[email protected]>
Co-authored-by: Chandra Prakash <[email protected]>
Co-authored-by: Eric Harper <[email protected]>
Co-authored-by: TJ Eastmond <[email protected]>
Co-authored-by: Mark Monday <[email protected]>
Co-authored-by: msm0504 <[email protected]>
Co-authored-by: bretg <[email protected]>
0 commit comments