-
Notifications
You must be signed in to change notification settings - Fork 750
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update ix adapter to make multiple bid requests for multiple slots and sizes #725
Conversation
ix-certification
commented
Oct 23, 2018
•
edited
Loading
edited
- added support for sending multiple bid requests to IX for multiple slots and sizes
- resolves issue mentioned in Rename indexExchange to ix (#657) #712 (comment)
- resolves comment Rename indexExchange to ix (#657) #712 (comment)
- resolves comment Rename indexExchange to ix (#657) #712 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few things need fixing before we can merge this. Those are in the comments.
As an aside, you may find this code easier to write & maintain if you use the Bidder
interface, rather than the legacy Adapter
one. The Bidder
contract is is much like Prebid.js 1.x
adapters, while the Adapter
one is a lot like Prebid.js 0.x
adapters. There's also documentation for it, and the test code is easier to write too.
See eplanning
or rhythmone
for examples if you want to go that route. Not required for merge, though, as long as you fix the race condition and unreliable test.
…d sizes (prebid#725) * Update ix adapter to make multiple bid requests for multiple slots and sizes * Change string typecasting * fix race condition * refactor to minimize a race condition on slower machines
…d sizes (prebid#725) * Update ix adapter to make multiple bid requests for multiple slots and sizes * Change string typecasting * fix race condition * refactor to minimize a race condition on slower machines
…d sizes (prebid#725) * Update ix adapter to make multiple bid requests for multiple slots and sizes * Change string typecasting * fix race condition * refactor to minimize a race condition on slower machines