We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bug
If more than one call to requestBids is made while the GDPR ConsentManagement module is enabled, all but the last call are dropped.
Both auctions should run.
Only the last auction is run.
Prebid 1.11.0
I took a look at consentManagement.js, and it appears as though requestBidsHook is overwriting the context each time requestBids is called.
The text was updated successfully, but these errors were encountered:
looks like you are correct. Thanks for the bug report. @jsnellbaker please address. Thanks
Sorry, something went wrong.
@rale Thanks for reporting this bug. I have put together a fix that addresses this problem (#2612). We'll try to get it included soon.
this is resolved.
jsnellbaker
No branches or pull requests
Type of issue
Bug
Description
If more than one call to requestBids is made while the GDPR ConsentManagement module is enabled, all but the last call are dropped.
Steps to reproduce
Expected results
Both auctions should run.
Actual results
Only the last auction is run.
Platform details
Prebid 1.11.0
Other information
I took a look at consentManagement.js, and it appears as though requestBidsHook is overwriting the context each time requestBids is called.
The text was updated successfully, but these errors were encountered: