Skip to content

Commit

Permalink
Prebid server adapter: add config for openx hosting (#6530)
Browse files Browse the repository at this point in the history
  • Loading branch information
deivydas authored Apr 8, 2021
1 parent f0e3891 commit ce63213
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/prebidServerBidAdapter/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,12 @@ export const S2S_VENDORS = {
endpoint: 'https://prebid-server.rubiconproject.com/openrtb2/auction',
syncEndpoint: 'https://prebid-server.rubiconproject.com/cookie_sync',
timeout: 500
},
'openx': {
adapter: 'prebidServer',
enabled: true,
endpoint: 'https://prebid.openx.net/openrtb2/auction',
syncEndpoint: 'https://prebid.openx.net/cookie_sync',
timeout: 1000
}
}

0 comments on commit ce63213

Please sign in to comment.