-
Notifications
You must be signed in to change notification settings - Fork 753
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Collect and enforce bidder currency requirement #3746
Labels
Comments
We should make a new, more specific seatnonbid code on this. |
Opened the IAB PR. If it's approved, then the scenario would be seatnonbid 205 instead of the generic 200. |
bretg
moved this from Needs Requirements
to Ready for Dev
in Prebid Server Prioritization
Aug 15, 2024
Java version prebid/prebid-server-java#3416 |
released with PBS-Java 3.12 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: