Skip to content

Commit

Permalink
Prebid server adapter: add config for openx hosting (prebid#6530)
Browse files Browse the repository at this point in the history
  • Loading branch information
deivydas authored and marc_tappx committed Apr 13, 2021
1 parent 71518cd commit 35de47d
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 35de47d

Please sign in to comment.