Skip to content

Commit

Permalink
Update and rename rxrtbBidAdapter.js to rexrtbBidAdapter.js
Browse files Browse the repository at this point in the history
  • Loading branch information
prebidRxRTB committed Sep 11, 2018
1 parent 38b273d commit 81a17ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/rxrtbBidAdapter.js → modules/rexrtbBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {BANNER} from 'src/mediaTypes';
import {registerBidder} from 'src/adapters/bidderFactory';
import {config} from 'src/config';

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

0 comments on commit 81a17ad

Please sign in to comment.