From c62e4a1f9e27fb80a124272789f77b8af8897f26 Mon Sep 17 00:00:00 2001 From: David Naffis Date: Fri, 19 Oct 2018 17:32:38 -0400 Subject: [PATCH] change domain of sync URL --- modules/consumableBidAdapter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/consumableBidAdapter.js b/modules/consumableBidAdapter.js index 7d8cc1b2deb..8ed0f6dfc91 100644 --- a/modules/consumableBidAdapter.js +++ b/modules/consumableBidAdapter.js @@ -127,7 +127,7 @@ export const spec = { if (syncOptions.iframeEnabled) { return [{ type: 'iframe', - url: '//s.zkcdn.net/ss/' + siteId + '.html' + url: '//sync.serverbid.com/ss/' + siteId + '.html' }]; } else { utils.logWarn(bidder + ': Please enable iframe based user syncing.');