-
Notifications
You must be signed in to change notification settings - Fork 181
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
Improve Digital: Split multi-imp request in multiple requests #1483
Conversation
# Conflicts: # src/main/java/org/prebid/server/bidder/improvedigital/ImprovedigitalBidder.java # src/test/java/org/prebid/server/bidder/improvedigital/ImprovedigitalBidderTest.java
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.
Pls move back deleted code from 24.09.2021
commit
errors.add(BidderError.badInput(e.getMessage())); | ||
} | ||
} | ||
List<HttpRequest<BidRequest>> httpRequests = request.getImp().stream() |
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.
final
|
||
return Result.withValue(HttpRequest.<BidRequest>builder() | ||
private HttpRequest<BidRequest> makeHttpRequest(BidRequest bidRequest, Imp imp) { |
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.
Nitpick. Pls name as resolveHttpRequest
.collect(Collectors.toList()); | ||
} | ||
|
||
private Bid bidWithDealId(Bid bid) { |
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 you have removed this code?
Made in #1494 |
No description provided.