-
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.
Revert "Rubicon: Adapter simplifications (#2944)"
This reverts commit 2375dd0.
- Loading branch information
1 parent
0e8c182
commit 4f56637
Showing
8 changed files
with
467 additions
and
216 deletions.
There are no files selected for viewing
205 changes: 126 additions & 79 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,5 +11,7 @@ public class RubiconVideoExt { | |
|
||
Integer skipdelay; | ||
|
||
RubiconVideoExtRp rp; | ||
|
||
String videotype; | ||
} |
11 changes: 11 additions & 0 deletions
11
src/main/java/org/prebid/server/bidder/rubicon/proto/request/RubiconVideoExtRp.java
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
package org.prebid.server.bidder.rubicon.proto.request; | ||
|
||
import lombok.AllArgsConstructor; | ||
import lombok.Value; | ||
|
||
@AllArgsConstructor(staticName = "of") | ||
@Value | ||
public class RubiconVideoExtRp { | ||
|
||
Integer sizeId; | ||
} |
445 changes: 308 additions & 137 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