Skip to content

Commit 9d1e843

Browse files
jefftmahoneysergseven
authored andcommitted
Sharethrough: declare support for oRTB 2.6 (prebid#3561)
1 parent 0120ed3 commit 9d1e843

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
adapters:
22
sharethrough:
33
endpoint: https://btlr.sharethrough.com/universal/v1?supply_id=FGMrCMMc
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/sharethrough/test-sharethrough-bid-request.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@
3333
},
3434
"at": 1,
3535
"tmax": "${json-unit.any-number}",
36-
"cur": [
37-
"USD"
38-
],
36+
"cur": ["USD"],
3937
"source": {
4038
"tid": "${json-unit.any-string}",
4139
"ext": {
@@ -44,9 +42,7 @@
4442
}
4543
},
4644
"regs": {
47-
"ext": {
48-
"gdpr": 0
49-
}
45+
"gdpr": 0
5046
},
5147
"ext": {
5248
"prebid": {

0 commit comments

Comments
 (0)