prebid-server
prebid-server copied to clipboard
Introduce bidderResponse in raw_bidder_response_stage
Currently, there is no way to determine the currency of the bids returned in the bidder-response during the raw_bidder_response_stage. There are several use cases where it is important to know the currency of the bidder-response at this stage. This PR addresses the issue by introducing the bidder-response itself, rather than just bidder-response.Bids, at this stage.
Hi @bsardo Please review this PR and let me know if any changes are required.