Skip to content

Commit

Permalink
Sharethrough: declare support for oRTB 2.6 (prebid#3561)
Browse files Browse the repository at this point in the history
  • Loading branch information
jefftmahoney authored and sergseven committed Dec 23, 2024
1 parent 0120ed3 commit 9d1e843
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
1 change: 1 addition & 0 deletions src/main/resources/bidder-config/sharethrough.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
adapters:
sharethrough:
endpoint: https://btlr.sharethrough.com/universal/v1?supply_id=FGMrCMMc
ortb-version: '2.6'
meta-info:
maintainer-email: pubgrowth.engineering@sharethrough.com
app-media-types:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@
},
"at": 1,
"tmax": "${json-unit.any-number}",
"cur": [
"USD"
],
"cur": ["USD"],
"source": {
"tid": "${json-unit.any-string}",
"ext": {
Expand All @@ -44,9 +42,7 @@
}
},
"regs": {
"ext": {
"gdpr": 0
}
"gdpr": 0
},
"ext": {
"prebid": {
Expand Down

0 comments on commit 9d1e843

Please sign in to comment.