Skip to content

Commit

Permalink
Prebid-Server adapter: remove openx PBS (#12310)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurb9 authored Oct 9, 2024
1 parent 42f5cb3 commit 0471cf6
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions modules/prebidServerBidAdapter/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,6 @@ export const S2S_VENDORS = {
},
maxTimeout: 500
},
'openx': {
adapter: 'prebidServer',
enabled: true,
endpoint: {
p1Consent: 'https://prebid.openx.net/openrtb2/auction',
noP1Consent: 'https://prebid.openx.net/openrtb2/auction'
},
syncEndpoint: {
p1Consent: 'https://prebid.openx.net/cookie_sync',
noP1Consent: 'https://prebid.openx.net/cookie_sync'
},
maxTimeout: 1000
},
'openwrap': {
adapter: 'prebidServer',
enabled: true,
Expand Down

0 comments on commit 0471cf6

Please sign in to comment.