We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14d3031 commit ebca05aCopy full SHA for ebca05a
modules/rexrtbBidAdapter.js
@@ -4,7 +4,7 @@ import {registerBidder} from 'src/adapters/bidderFactory';
4
import {config} from 'src/config';
5
6
const BIDDER_CODE = 'rexrtb';
7
-const DEFAULT_HOST = 'bid.rxrtb.bid';
+const DEFAULT_HOST = 'bid.rxrtb.com';
8
const AUCTION_TYPE = 2;
9
const RESPONSE_TTL = 900;
10
0 commit comments