Skip to content

Commit 0471cf6

Browse files
authored
Prebid-Server adapter: remove openx PBS (prebid#12310)
1 parent 42f5cb3 commit 0471cf6

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

modules/prebidServerBidAdapter/config.js

-13
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,6 @@ export const S2S_VENDORS = {
2626
},
2727
maxTimeout: 500
2828
},
29-
'openx': {
30-
adapter: 'prebidServer',
31-
enabled: true,
32-
endpoint: {
33-
p1Consent: 'https://prebid.openx.net/openrtb2/auction',
34-
noP1Consent: 'https://prebid.openx.net/openrtb2/auction'
35-
},
36-
syncEndpoint: {
37-
p1Consent: 'https://prebid.openx.net/cookie_sync',
38-
noP1Consent: 'https://prebid.openx.net/cookie_sync'
39-
},
40-
maxTimeout: 1000
41-
},
4229
'openwrap': {
4330
adapter: 'prebidServer',
4431
enabled: true,

0 commit comments

Comments
 (0)