Skip to content
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

Closed
wants to merge 5 commits into from

Conversation

And1sS
Copy link
Member

@And1sS And1sS commented Sep 16, 2021

No description provided.

@And1sS And1sS requested a review from rpanchyk September 16, 2021 12:17
# Conflicts:
#	src/main/java/org/prebid/server/bidder/improvedigital/ImprovedigitalBidder.java
#	src/test/java/org/prebid/server/bidder/improvedigital/ImprovedigitalBidderTest.java
Copy link
Collaborator

@SerhiiNahornyi SerhiiNahornyi left a 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()
Copy link
Collaborator

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) {
Copy link
Collaborator

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) {
Copy link
Collaborator

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?

@SerhiiNahornyi
Copy link
Collaborator

Made in #1494

@SerhiiNahornyi SerhiiNahornyi deleted the improvedigital-split-multi-imp-request branch September 27, 2021 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants