Skip to content

Commit

Permalink
Update vidazooBidAdapter.js (prebid#3689)
Browse files Browse the repository at this point in the history
New ad server domain
  • Loading branch information
thewizarodofoz authored and jacekburys-quantcast committed May 15, 2019
1 parent ae0f5f6 commit a6c42d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/vidazooBidAdapter.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import * as utils from '../src/utils';
import {registerBidder} from '../src/adapters/bidderFactory';
import {BANNER} from '../src/mediaTypes';
export const URL = '//prebid.nininin.com';
export const URL = '//prebid.cootlogix.com';
const BIDDER_CODE = 'vidazoo';
const CURRENCY = 'USD';
const TTL_SECONDS = 60 * 5;
Expand Down Expand Up @@ -92,7 +92,7 @@ function getUserSyncs(syncOptions, responses) {
if (iframeEnabled) {
return [{
type: 'iframe',
url: '//static.nininin.com/basev/sync/user_sync.html'
url: '//static.cootlogix.com/basev/sync/user_sync.html'
}];
}

Expand Down

0 comments on commit a6c42d0

Please sign in to comment.