-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rubicon: Adapter simplifications (#2944)
- Loading branch information
1 parent
0c68826
commit 2375dd0
Showing
8 changed files
with
216 additions
and
467 deletions.
There are no files selected for viewing
205 changes: 79 additions & 126 deletions
205
src/main/java/org/prebid/server/bidder/rubicon/RubiconBidder.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,5 @@ public class RubiconVideoExt { | |
|
||
Integer skipdelay; | ||
|
||
RubiconVideoExtRp rp; | ||
|
||
String videotype; | ||
} |
11 changes: 0 additions & 11 deletions
11
src/main/java/org/prebid/server/bidder/rubicon/proto/request/RubiconVideoExtRp.java
This file was deleted.
Oops, something went wrong.
445 changes: 137 additions & 308 deletions
445
src/test/java/org/prebid/server/bidder/rubicon/RubiconBidderTest.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters