Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
}
Comment on lines -52 to -54
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change and the one in test-pubmatic-bid-request.json i've peeked in many other commits that declared other bidders' support of openRTB 2.6

"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
Loading