Prebid.js
Prebid.js copied to clipboard
Missena Bid Adapter : add user session tracking and update referer & location fields
Type of change
- [x] Feature
- [x] CI related changes
Description of change
This PR implements a new session tracking logic and restructures the referer related fields. It's also fixing some CI related issues (linting warnings)
Other information
Linking #11764
https://github.com/prebid/Prebid.js/blob/626c6484a9c7935a08365b1170a45c97b1cc9a8d/modules/adbookpspBidAdapter.js#L636-L662 indicated your pr should change this adapter and adbookpsp to import the get and set user functions from a library, perhaps /libraries/bidderUserUtils/index.js ?
Refactoring is not a solution to code duplication, imports are the solution
closing as stale