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
Hi,
the consentManager module stops completely the execution of the bidsBackHandler property in the requestBids object when allowAuctionWithoutConsent is set to false and no CMP is set on the page.
Steps to reproduce
Just setting
consentManagement.allowAuctionWithoutConsent= false;
without ant CMP in the page triggers this.
Expected results
Execution of the backhandler set in requestObj.bidsBackHandler at the moment of the fail or when the timeout triggers
Actual results
Nothing happens
Platform details
Prebid 1.9.0 & prebid 1.10.0
Other information
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Type of issue
bug
Description
Hi,
the consentManager module stops completely the execution of the bidsBackHandler property in the requestBids object when allowAuctionWithoutConsent is set to false and no CMP is set on the page.
Steps to reproduce
Just setting
consentManagement.allowAuctionWithoutConsent= false;
without ant CMP in the page triggers this.
Expected results
Execution of the backhandler set in requestObj.bidsBackHandler at the moment of the fail or when the timeout triggers
Actual results
Nothing happens
Platform details
Prebid 1.9.0 & prebid 1.10.0
Other information
The text was updated successfully, but these errors were encountered: