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
If the bidder defines currency-accepted and $.cur doesn't intersect, then don't call this bidder/alias. Log a seatnonbid code 205 "Request blocked - General"
The text was updated successfully, but these errors were encountered:
Our advice for bid adapters related to currency is at https://docs.prebid.org/prebid-server/developers/add-new-bidder-go.html#currency .
This works fine as long as the bidder has their own adapter, but doesn't work if they're an alias of the 'generic' bidder.
I propose adding a currency-accepted setting to the YAML:
If the bidder defines
currency-accepted
and $.cur doesn't intersect, then don't call this bidder/alias. Log a seatnonbid code 205 "Request blocked - General"The text was updated successfully, but these errors were encountered: