Your IP : 3.15.148.189


Current Path : /home/bitrix/ext_www/klimatlend.ua/local/templates/CHEACKOUT/
Upload File :
Current File : /home/bitrix/ext_www/klimatlend.ua/local/templates/CHEACKOUT/tracking.js

// sbjs.init({ callback: go });
//
// function go(sb) {
//     console.log(sb);
// }
//

var params = new URLSearchParams(location.search),
    adwordsVistor = !!params.get('utm_campaign');
var adwordsVistorValue = params.get('utm_campaign');
if (adwordsVistor) {
    console.log("S_UTM_CAMPAIGN : " + adwordsVistorValue);
    document.cookie = 'S_UTM_CAMPAIGN=' + adwordsVistorValue+";path=/";
}

params = new URLSearchParams(location.search);
adwordsVistor = !!params.get('utm_source');
adwordsVistorValue = params.get('utm_source');
if (adwordsVistor) {
    console.log("S_UTM_SOURCE : " + adwordsVistorValue);
    document.cookie = 'S_UTM_SOURCE=' + adwordsVistorValue+";path=/";
}


params = new URLSearchParams(location.search);
adwordsVistor = !!params.get('utm_medium');
adwordsVistorValue = params.get('utm_medium');
if (adwordsVistor) {
    console.log("S_UTM_MEDIUM : " + adwordsVistorValue);
    document.cookie = 'S_UTM_MEDIUM=' + adwordsVistorValue+";path=/";
}