Skip to content

Commit

Permalink
Rubicon: Adapter simplifications (#2944)
Browse files Browse the repository at this point in the history
  • Loading branch information
SerhiiNahornyi authored Feb 1, 2024
1 parent 0c68826 commit 2375dd0
Show file tree
Hide file tree
Showing 8 changed files with 216 additions and 467 deletions.
205 changes: 79 additions & 126 deletions src/main/java/org/prebid/server/bidder/rubicon/RubiconBidder.java

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,5 @@ public class RubiconVideoExt {

Integer skipdelay;

RubiconVideoExtRp rp;

String videotype;
}

This file was deleted.

445 changes: 137 additions & 308 deletions src/test/java/org/prebid/server/bidder/rubicon/RubiconBidderTest.java

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@
"ext": {
"rp": {
"zone_id": 4001,
"target": {
"page": [
"http://www.example.com"
]
},
"track": {
"mint": "",
"mint_version": ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@
"ext": {
"rp": {
"zone_id": 4001,
"target": {
"page": [
"http://www.example.com"
]
},
"track": {
"mint": "",
"mint_version": ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@
"ext": {
"rp": {
"zone_id": 4001,
"target": {
"page": [
"http://www.example.com"
]
},
"track": {
"mint": "",
"mint_version": ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@
"ext": {
"rp": {
"zone_id": 4001,
"target": {
"page": [
"http://www.example.com"
]
},
"track": {
"mint": "",
"mint_version": ""
Expand Down

0 comments on commit 2375dd0

Please sign in to comment.