-
Notifications
You must be signed in to change notification settings - Fork 224
Test: Bidder Specific Imp Level Params Should Apply to a Specific Alias #4195
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
Test: Bidder Specific Imp Level Params Should Apply to a Specific Alias #4195
Conversation
4d380f7 to
9671177
Compare
| def originalPmp = Pmp.defaultPmp | ||
| def bidRequest = BidRequest.defaultBidRequest.tap { | ||
| imp.first.tap { | ||
| bidFloor = 15 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need bidFloor here?
| import static org.prebid.server.functional.model.bidder.BidderName.RUBICON | ||
| import static org.prebid.server.functional.model.bidder.BidderName.UNKNOWN | ||
| import static org.prebid.server.functional.model.bidder.BidderName.WILDCARD | ||
| import static org.prebid.server.functional.model.response.auction.ErrorType.GENER_X |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why error type?
|
|
||
| GENERAL("general"), | ||
| GENERIC("generic"), | ||
| GENER_X("gener_x"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove from here
| } | ||
| ext.prebid.aliases = [(GENER_X.value): bidderName, | ||
| (aliasName.value): bidderName, | ||
| ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Formating
🔧 Type of changes
✨ What's the context?
What's the context for the changes?
🧠 Rationale behind the change
Why did you choose to make these changes? Were there any trade-offs you had to consider?
🔎 New Bid Adapter Checklist
🧪 Test plan
How do you know the changes are safe to ship to production?
🏎 Quality check