• File: cj-events.js.stažený soubor
  • Full Path: /home/tlcompan/www/diskport/0 Osobní/Jaguar1 - 9AJ 5686/inzerát/Jaguar E-Pace 2018 P250 AWD 56700km SUV_files/cj-events.js.stažený soubor
  • Date Modified: 03/21/2026 10:16 PM
  • File size: 1.21 KB
  • MIME-type: text/plain
  • Charset: utf-8
function sendCJConfirmation($form, locale, cjevent, price) {
  var formData = new FormData($($form)[0]);
  var formName = $form.attr('name');
  window.cj = {};
  window.cj.order = {
    enterpriseId: '1523522',
    pageType: 'conversionConfirmation',
    orderId: formData.get(formName + '[formUID]'),
    actionTrackerId: locale === 'sk_SK' ? 421812 : locale === 'pl_PL' ? 421813 : 352936,
    currency: locale === 'sk_SK' ? 'EUR' : locale === 'pl_PL' ? 'PLN' : 'CZK',
    amount: price,
    discount: '0',
    coupon: '0',
    cjeventOrder: cjevent,
    customerCountry: locale === 'sk_SK' ? 'SK' : locale === 'pl_PL' ? 'PL' : 'CZ',
    customerStatus: 'new'
  };
  sendCJCall();
}

function sendCJCall() {
  (function (a, b, c, d) {
    a = 'https://www.mczbf.com/tags/341182471876/tag.js';
    b = document;
    c = 'script';
    d = b.createElement(c);
    d.src = a;
    d.type = 'text/java' + c;
    d.async = true;
    d.id = 'cjapitag';
    a = b.getElementsByTagName(c)[0];
    a.parentNode.insertBefore(d, a);
  })();
}

function sendCJPageInfo(pageType) {
  if (!window.cj) {
    window.cj = {};
  }
  window.cj.sitePage = {
    enterpriseId: '1523522', pageType: pageType, referringChannel: 'Affiliate'
  };
  sendCJCall();
}