I am looking to capture a case when the prebid
server receives no bid responses from a bidder. As per the openRTB spec, the bidders can respond back with a 204
or set the nbr attribute and http 200. How does the prebid
server handle each of these cases? Does it forward the response directly as is ?
I randomly got a case where the prebid
server seems to be sending back http 200
to the client, so I am not sure how to parse the case with no bid.