-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prebidServerBidAdapter cleanup (#2844)
* prebidServerBidAdapter cleanup * move module * wip * remove commented code
- Loading branch information
1 parent
752e234
commit 4682ae3
Showing
13 changed files
with
185 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
// accountId and bidders params are not included here, should be configured by end-user | ||
export const S2S_VENDORS = { | ||
'appnexus': { | ||
adapter: 'prebidServer', | ||
cookieSet: false, | ||
enabled: true, | ||
endpoint: '//prebid.adnxs.com/pbs/v1/openrtb2/auction', | ||
syncEndpoint: '//prebid.adnxs.com/pbs/v1/cookie_sync', | ||
timeout: 1000 | ||
}, | ||
'rubicon': { | ||
adapter: 'prebidServer', | ||
cookieSet: false, | ||
enabled: true, | ||
endpoint: '//prebid-server.rubiconproject.com/auction', | ||
syncEndpoint: '//prebid-server.rubiconproject.com/cookie_sync', | ||
timeout: 500 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.