prebid/prebid.github.io

Prebid 8 adapter modules : changes in buildRequests

matthieularere-msq opened this issue · 1 comments

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 ?

Attached file is what I get when buildRequests is called
buildRequestsObjects

Sorry, somehow I was on prebid.github.io repo and not on the prebid.js one