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
Because of former issues, this line was removed with Prebid version 7.48.0 (https://github.com/prebid/Prebid.js/pull/9890/files), but returned in version 8.22.0: 5bea607#diff-dda596ef1d4adade492fe9fbd9bdb7148b0477abd765595acc6300b6aac24f27R164
Problem is, the syncStore is undefined and the bidder is not able to generate any bidRequest:
Using the bidder on a page with a CMP including usp consent data.
Without this line in the bidder the bidRequest can be generated.
No bidRequest can be generated.
Prebid.js >= 8.22.0
The text was updated successfully, but these errors were encountered:
cc @filipeneves @timpactifyo91 @thomasdseao
Sorry, something went wrong.
Closing with #12332
Successfully merging a pull request may close this issue.
Type of issue
Bug
Description
Because of former issues, this line was removed with Prebid version 7.48.0 (https://github.com/prebid/Prebid.js/pull/9890/files), but returned in version 8.22.0:
5bea607#diff-dda596ef1d4adade492fe9fbd9bdb7148b0477abd765595acc6300b6aac24f27R164
Problem is, the syncStore is undefined and the bidder is not able to generate any bidRequest:
Steps to reproduce
Using the bidder on a page with a CMP including usp consent data.
Test page
Expected results
Without this line in the bidder the bidRequest can be generated.
Actual results
No bidRequest can be generated.
Platform details
Prebid.js >= 8.22.0
Other information
The text was updated successfully, but these errors were encountered: