Skip to content

Commit 9ec0b44

Browse files
Fix #3581 declare PubMatic support for openRTB 2.6 (#3623)
1 parent 1635329 commit 9ec0b44

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

src/main/resources/bidder-config/pubmatic.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
adapters:
22
pubmatic:
33
endpoint: https://hbopenbid.pubmatic.com/translator?source=prebid-server
4+
ortb-version: "2.6"
45
meta-info:
56
maintainer-email: [email protected]
67
app-media-types:

src/test/resources/org/prebid/server/it/openrtb2/pubmatic/test-auction-pubmatic-request.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,7 @@
4949
],
5050
"tmax": 5000,
5151
"regs": {
52-
"ext": {
53-
"gdpr": 0
54-
}
52+
"gdpr": 0
5553
},
5654
"ext": {
5755
"prebid": {

src/test/resources/org/prebid/server/it/openrtb2/pubmatic/test-pubmatic-bid-request.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"h": 600
1313
},
1414
"tagid": "slot9",
15-
"bidfloor" : 0.12,
15+
"bidfloor": 0.12,
1616
"ext": {
1717
"ae": 1,
1818
"pmZoneId": "Zone1,Zone2",
@@ -45,9 +45,7 @@
4545
"USD"
4646
],
4747
"regs": {
48-
"ext": {
49-
"gdpr": 0
50-
}
48+
"gdpr": 0
5149
},
5250
"ext": {
5351
"prebid": {

0 commit comments

Comments
 (0)