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
Running a bid adapter in prebid 8 seem to have a breaking change which I haven't found informations about: objects sent in the buildRequests function no longer are the same than with previous version and some of their attributes are not accessible. For example in the validBidRequests[] object, while I can iterate it and find values for the bidder or bidId attributes, the auctionId and transactionId attributes are null. Same is for the bidderRequest object.
I don't really get why these objects are no longer shared ?
Actual results
Attached file is what I get when buildRequests is called
The text was updated successfully, but these errors were encountered:
Type of issue
Bug
Description
Running a bid adapter in prebid 8 seem to have a breaking change which I haven't found informations about: objects sent in the buildRequests function no longer are the same than with previous version and some of their attributes are not accessible. For example in the
validBidRequests[]
object, while I can iterate it and find values for thebidder
orbidId
attributes, theauctionId
andtransactionId
attributes are null. Same is for thebidderRequest
object.I don't really get why these objects are no longer shared ?
Actual results
Attached file is what I get when
buildRequests
is calledThe text was updated successfully, but these errors were encountered: