Skip to content

Commit d3173ee

Browse files
author
Kostiantyn Karchevsky
committed
Screencore Bid Adapter: update sync URL to base domain
Update SYNC_URL constant to use base domain. The getUserSyncs function from teqblazeUtils will append the appropriate path.
1 parent a0ccac4 commit d3173ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/screencoreBidAdapter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {
1111
const BIDDER_CODE = 'screencore';
1212
const GVLID = 1473;
1313
const BIDDER_VERSION = '1.0.0';
14-
const SYNC_URL = 'https://cs.screencore.io/api/sync';
14+
const SYNC_URL = 'https://cs.screencore.io';
1515
const REGION_SUBDOMAIN_SUFFIX = {
1616
EU: 'taqeu',
1717
US: 'taqus',

0 commit comments

Comments
 (0)