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
Make Prebid 1.0 treat more bidResponse fields as required
Description
We agreed while specing the interface for Prebid 1.0 that may more parameters are required for bidResponses. All parameters noted as 'required' in the bid object table should cause the bid to be rejected if not present. This will enable it to be caught by unit tests.
Type of issue
Make Prebid 1.0 treat more bidResponse fields as required
Description
We agreed while specing the interface for Prebid 1.0 that may more parameters are required for bidResponses. All parameters noted as 'required' in the bid object table should cause the bid to be rejected if not present. This will enable it to be caught by unit tests.
http://prebid.org/dev-docs/bidder-adapter-1.html#interpreting-the-response
Steps to reproduce
Currently there are several parameters not required
Expected results
The bid response fail somehow because there are 3 missing params:
Actual results
Doesn't fail.
It's not clear how the adapter would learn about the missing attributes. Need to discuss.
The text was updated successfully, but these errors were encountered: