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
Is pbjs.setConfig({ ortb2 }) supposed to work within the beforeRequestBids event handler?
I can see that the key is being rewritten at a later time, but the setConfig didn't work for me. So just to be sure if that is expected or not. Thanks.
Platform details
Prebid 8.49, MacOS
The text was updated successfully, but these errors were encountered:
It is expected behavior; first party data from setConfig is "frozen" at the time of requestBids. Otherwise it wouldn't always be clear where it applies (there can be multiple auctions running; and each one may have passed it through some modules already).
Type of issue
Question
Description
Is
pbjs.setConfig({ ortb2 })
supposed to work within thebeforeRequestBids
event handler?I can see that the key is being rewritten at a later time, but the setConfig didn't work for me. So just to be sure if that is expected or not. Thanks.
Platform details
Prebid 8.49, MacOS
The text was updated successfully, but these errors were encountered: