Skip to content

Commit

Permalink
Fix #3581 declare PubMatic support for openRTB 2.6 (#3623)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilNadimanov authored Dec 17, 2024
1 parent 1635329 commit 9ec0b44
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
1 change: 1 addition & 0 deletions src/main/resources/bidder-config/pubmatic.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
adapters:
pubmatic:
endpoint: https://hbopenbid.pubmatic.com/translator?source=prebid-server
ortb-version: "2.6"
meta-info:
maintainer-email: header-bidding@pubmatic.com
app-media-types:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@
],
"tmax": 5000,
"regs": {
"ext": {
"gdpr": 0
}
"gdpr": 0
},
"ext": {
"prebid": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"h": 600
},
"tagid": "slot9",
"bidfloor" : 0.12,
"bidfloor": 0.12,
"ext": {
"ae": 1,
"pmZoneId": "Zone1,Zone2",
Expand Down Expand Up @@ -45,9 +45,7 @@
"USD"
],
"regs": {
"ext": {
"gdpr": 0
}
"gdpr": 0
},
"ext": {
"prebid": {
Expand Down

0 comments on commit 9ec0b44

Please sign in to comment.