Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Update rexrtbBidAdapter] Update default host #3217

Merged
merged 24 commits into from
Oct 23, 2018
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
84e7948
Add: rxrtb prebidAdapter
Dec 12, 2017
00e0622
Update: params for test
Dec 12, 2017
0a2b20c
Update: code format
Dec 13, 2017
7420929
Update: code format
Dec 13, 2017
1e7151c
Update: code format
Dec 13, 2017
591352a
Fix param check
prebidRxRTB Feb 16, 2018
cb5b111
Merge branch 'master' into master
prebidRxRTB Feb 22, 2018
09bca02
Update rxrtbBidAdapter.js
prebidRxRTB Feb 22, 2018
38b273d
Remove required source param
prebidRxRTB Sep 11, 2018
81a17ad
Update and rename rxrtbBidAdapter.js to rexrtbBidAdapter.js
prebidRxRTB Sep 11, 2018
af9a491
Update and rename rxrtbBidAdapter.md to rexrtbBidAdapter.md
prebidRxRTB Sep 11, 2018
2481c58
Update and rename rxrtbBidAdapter_spec.js to rexrtbBidAdapter_spec.js
prebidRxRTB Sep 11, 2018
214d383
Revert "Update rxrtbBidAdapter.js"
prebidRxRTB Sep 24, 2018
3a0b0d1
Revert "Update and rename rxrtbBidAdapter_spec.js to rexrtbBidAdapter…
prebidRxRTB Sep 24, 2018
6577f19
Revert "Update and rename rxrtbBidAdapter.md to rexrtbBidAdapter.md"
prebidRxRTB Sep 24, 2018
fdd39d2
Revert "Update and rename rxrtbBidAdapter.js to rexrtbBidAdapter.js"
prebidRxRTB Sep 24, 2018
8e59781
Revert "Remove required source param"
prebidRxRTB Sep 24, 2018
6737e91
Revert "Update rxrtbBidAdapter.js"
prebidRxRTB Sep 24, 2018
4b88674
Merge remote-tracking branch 'upstream/master'
prebidRxRTB Sep 24, 2018
4b1dd39
Update and rename rexrtbPrebid
prebidRxRTB Sep 24, 2018
5f74f1d
Update default host
prebidRxRTB Oct 23, 2018
8376ffd
Revert update
prebidRxRTB Oct 23, 2018
1ccca48
Merge pull request #1 from prebid/master
prebidRxRTB Oct 23, 2018
5ef7eef
Update default host
prebidRxRTB Oct 23, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/rexrtbBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {registerBidder} from 'src/adapters/bidderFactory';
import {config} from 'src/config';

const BIDDER_CODE = 'rexrtb';
const DEFAULT_HOST = 'bid.rxrtb.bid';
const DEFAULT_HOST = 'bid.rxrtb.com';
const AUCTION_TYPE = 2;
const RESPONSE_TTL = 900;

Expand Down