-
Notifications
You must be signed in to change notification settings - Fork 749
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
[WIP] Multi-Bid Support #2254
[WIP] Multi-Bid Support #2254
Conversation
Hi @bretg, I'm working on multi-bid support for Go-PBS and have started these code changes in reference to Java's multi-bid implementation at prebid/prebid-server-java#1169. I needed help on a few questions before I continue with the changes.
Note: This is a draft POC, will complete the feature, clean the code, etc before converting it to PR. |
@bretg Can you please help @pm-nilesh-chate with his questions above when you have a chance? Thanks! |
The first two questions refer to a specific coding detail 'winningBidsByBidder' that I do not understand. I'm going to ignore that, and instead just restate what I believe is already stated in #1715 :
The purpose of this 'auction.default-bid-limit-min' setting is to bring PBS-Go/Java together on this behavior. It's why Req 15 was added -- #1715 (comment) |
Refer #2468 for further updates. |
Multi-Bid Support #1715
#1715