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
@muuki88 - maybe we can just drop the whole validation? No clear to me that a validation like this is real valuable because it's already in the DB and this error isn't that much more helpful than just noticing that there aren't any bidders in the auction.
Would like to discuss with the committee whether we should continue to hard-fail on missing imp[%d].ext.prebid.bidder.
We already have the scenario where bidders get removed due to lack of Purpose 2 consent - it's possible to take the view that the request/storedrequest should be allowed to not contain bidders.
We faced an issue with stored impressions that are not configured, but requested and thus crash the entire auction.
prebid-server-java/src/main/java/org/prebid/server/validation/RequestValidator.java
Lines 995 to 1001 in ed1baac
This validation doesn't allow us to create a stored impression that looks like this
instead we have to do something like this
Proposal
It would be great to disable certain validations. E.g.
The text was updated successfully, but these errors were encountered: