textgistfile1.txt(代码片段)

author author     2022-12-01     417

关键词:

function(event) 
  var el = jQuery(this);
  var track = true;
  var href = (typeof(el.attr('href')) != 'undefined') ? el.attr('href') : '';
  var isThisDomain = href.match(document.domain.split('.').reverse()[1] + '.' + document.domain.split('.').reverse()[0]);
  if (el.hasClass('magnificImage') || el.hasClass('image-popup')) 
    track = false;
  
  if (!href.match(/^javascript:/i)) 
    var elEv = [];
    elEv.value = 0, elEv.non_i = false;
    if (href.match(/^mailto\:/i)) 
      elEv.category = 'email';
      elEv.action = 'click';
      elEv.label = href.replace(/^mailto\:/i, '');
      elEv.loc = href;
     else if (href.match(filetypes)) 
      var extension = (/[.]/.exec(href)) ? /[^.]+$/.exec(href) : undefined;
      elEv.category = 'download';
      elEv.action = 'click-' + extension[0];
      elEv.label = href.replace(/ /g, '-');
      elEv.loc = baseHref + href;
     else if (href.match(/^https?\:/i) && !isThisDomain) 
      elEv.category = 'external';
      elEv.action = 'click';
      elEv.label = href.replace(/^https?\:\/\//i, '');
      elEv.non_i = true;
      elEv.loc = href;
     else if (href.match(/^tel\:/i)) 
      elEv.category = 'telephone';
      elEv.action = 'click';
      elEv.label = href.replace(/^tel\:/i, '');
      elEv.loc = href;
     else track = false; if (track) 
      var ret = true;
      if ((elEv.category == 'external' || elEv.category == 'download') && (el.attr('target') == undefined || el.attr('target').toLowerCase() != '_blank')) 
        hrefRedirect = elEv.loc;
        ga('send', 'event', elEv.category.toLowerCase(), elEv.action.toLowerCase(), elEv.label.toLowerCase(), elEv.value, 
          'nonInteraction': elEv.non_i,
          'hitCallback': gaHitCallbackHandler
        );
        ret = false;
       else 
        ga('send', 'event', elEv.category.toLowerCase(), elEv.action.toLowerCase(), elEv.label.toLowerCase(), elEv.value, 
          'nonInteraction': elEv.non_i
        );
      
      return ret;
    
  

textgistfile1.txt(代码片段)

查看详情

textgistfile1.txt(代码片段)

查看详情

textgistfile1.txt(代码片段)

查看详情

textgistfile1.txt(代码片段)

查看详情

textgistfile1.txt(代码片段)

查看详情

textgistfile1.txt(代码片段)

查看详情

textgistfile1.txt(代码片段)

查看详情

textgistfile1.txt(代码片段)

查看详情

textgistfile1.txt(代码片段)

查看详情

textgistfile1.txt(代码片段)

查看详情

textgistfile1.txt(代码片段)

查看详情

textgistfile1.txt(代码片段)

查看详情

textgistfile1.txt(代码片段)

查看详情

textgistfile1.txt(代码片段)

查看详情

textgistfile1.txt(代码片段)

查看详情

textgistfile1.txt(代码片段)

查看详情

textgistfile1.txt(代码片段)

查看详情

textgistfile1.txt(代码片段)

查看详情