Skip to content

Commit

Permalink
feat: Switch domain
Browse files Browse the repository at this point in the history
  • Loading branch information
BaronYu committed Dec 13, 2023
1 parent a58ba76 commit a34f57f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/mediagoBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ const BIDDER_CODE = 'mediago';
// const PROTOCOL = window.document.location.protocol;
const ENDPOINT_URL =
// ((PROTOCOL === 'https:') ? 'https' : 'http') +
'https://rtb-us.mediago.io/api/bid?tn=';
const COOKY_SYNC_URL = 'https://trace.mediago.io/ju/cs/eplist';
'https://gbid.mediago.io/api/bid?tn=';
const COOKY_SYNC_URL = 'https://gtrace.mediago.io/ju/cs/eplist';
const COOKY_SYNC_IFRAME_URL = 'https://cdn.mediago.io/js/cookieSync.html';

const TIME_TO_LIVE = 500;
Expand Down

0 comments on commit a34f57f

Please sign in to comment.