Skip to content

Commit

Permalink
[Update rexrtbBidAdapter] Update default host (#3217)
Browse files Browse the repository at this point in the history
* Add: rxrtb prebidAdapter

* Update: params for test

* Update: code format

* Update: code format

* Update: code format

* Fix param check

* Update rxrtbBidAdapter.js

* Remove required source param

* Update and rename rxrtbBidAdapter.js to rexrtbBidAdapter.js

* Update and rename rxrtbBidAdapter.md to rexrtbBidAdapter.md

* Update and rename rxrtbBidAdapter_spec.js to rexrtbBidAdapter_spec.js

* Revert "Update rxrtbBidAdapter.js"

This reverts commit 09bca02.

* Revert "Update and rename rxrtbBidAdapter_spec.js to rexrtbBidAdapter_spec.js"

This reverts commit 2481c58.

* Revert "Update and rename rxrtbBidAdapter.md to rexrtbBidAdapter.md"

This reverts commit af9a491.

* Revert "Update and rename rxrtbBidAdapter.js to rexrtbBidAdapter.js"

This reverts commit 81a17ad.

* Revert "Remove required source param"

This reverts commit 38b273d.

*  Revert "Update rxrtbBidAdapter.js"

* Update and rename rexrtbPrebid

* Update default host

* Revert update

* Update default host
  • Loading branch information
prebidRxRTB authored and bretg committed Oct 23, 2018
1 parent 14d3031 commit ebca05a
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit ebca05a

Please sign in to comment.