Skip to content

Commit 7df5d51

Browse files
authored
RTB House: declare oRTB 2.6 support (#3755)
1 parent 4323ae8 commit 7df5d51

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ adapters:
1212
# endpoint: http://prebidserver-s2s-sin.creativecdn.com/bidder/prebidserver/bids
1313
geoscope:
1414
- global
15+
ortb-version: "2.6"
1516
endpoint-compression: gzip
1617
meta-info:
1718
maintainer-email: prebid@rtbhouse.com

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
],
1717
"tmax": 5000,
1818
"regs": {
19-
"ext": {
20-
"gdpr": 0
21-
}
19+
"gdpr": 0
2220
}
2321
}

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@
3939
"USD"
4040
],
4141
"regs": {
42-
"ext": {
43-
"gdpr": 0
44-
}
42+
"gdpr": 0
4543
},
4644
"ext": {
4745
"prebid": {

0 commit comments

Comments
 (0)