Skip to content

Commit

Permalink
Update Pollux domain
Browse files Browse the repository at this point in the history
Update Pollux default domain on prebid adapter
  • Loading branch information
hdjvieira committed Jul 28, 2017
1 parent a7c0709 commit a6000c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/polluxBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var getParameterByName = function (name) {
// Prebid adapter for Pollux header bidding client
function polluxBidAdapter() {
function _callBids(params) {
var bids, bidderUrl = (window.location.protocol) + '//adn.polluxnetwork.com/prebid';
var bids, bidderUrl = (window.location.protocol) + '//adn.plxnt.com/prebid';
bids = params.bids || [];
for (var i = 0; i < bids.length; i++) {
var request_obj = {};
Expand Down

0 comments on commit a6000c5

Please sign in to comment.