Prebid 8 adapter modules : changes in buildRequests
matthieularere-msq opened this issue · 1 comments
matthieularere-msq commented
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 ?
matthieularere-msq commented
Sorry, somehow I was on prebid.github.io repo and not on the prebid.js one