http://support.google.com/analytics/bin/answer.py?hl=en&answer=1136920”rel=“nofollow” 谷歌文献,用于全球分析(自这个问题的多数其他答案以来,新版本)。 现在,你可以很容易地指出退步。
var trackOutboundLink = function(url) {
ga( send , event , outbound , click , url, { hitCallback :
function () {
document.location = url;
}
});
}
为了明确起见,我建议使用这一辛迪加,这使人们更清楚地看到你重新派遣哪些财产,并更容易增加:
ga( send , event , {
eventCategory : Homepage ,
eventAction : Video Play ,
eventLabel : label,
eventValue : null,
hitCallback : function()
{
// redirect here
},
transport : beacon ,
nonInteraction : (interactive || true ? 0 : 1)
});
[Hre s a 。
此外,我还添加了<条码>运输<>/条码>的参数:<条码>。 (由于它酌情自动设定而实际上不需要):
This specifies the transport mechanism with which hits will be sent.
The options are beacon , xhr , or image . By default, analytics.js
will try to figure out the best method based on the hit size and
browser capabilities. If you specify beacon and the user s browser
does not support the navigator.sendBeacon
method, it will fall back
to image or xhr depending on hit size.
因此,在使用navigator.beacon 航行打断了跟踪。 遗憾的是,Microsoft对海滩的支持 ,因此,你仍应将该回头放在背上。