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

Fix Conversant bidder to change banner or video if present #1050

Merged
merged 1 commit into from
Dec 3, 2020

Conversation

DGarbar
Copy link
Contributor

@DGarbar DGarbar commented Dec 3, 2020

  • refactoring

@DGarbar DGarbar requested a review from rpanchyk December 3, 2020 13:50
@@ -144,17 +145,16 @@ private static Imp modifyImp(Imp imp, ExtImpConversant impExt) {
.bidfloor(extBidfloor != null ? extBidfloor : imp.getBidfloor())
.tagid(extTagId != null ? extTagId : imp.getTagid())
.secure(shouldChangeSecure ? extSecure : imp.getSecure())
.video(impVideo != null ? modifyVideo(impVideo, impExt) : null)
.video(impVideo != null && impBanner == null ? modifyVideo(impVideo, impExt) : impVideo)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Notice this

@rpanchyk rpanchyk merged commit d0c70df into master Dec 3, 2020
@rpanchyk rpanchyk deleted the fix-else-banner-conversant branch December 3, 2020 14:21
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