JavaScript 智能方式为Google分析添加跟踪代码
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了JavaScript 智能方式为Google分析添加跟踪代码相关的知识,希望对你有一定的参考价值。
<html>
<head>
<script type="text/javascript">//<![CDATA[
var _gaq = _gaq || [];
_gaq.push(['_setAccount','UA-xxxxxxx-x']);
_gaq.push(['_trackPageview'],['_trackPageLoadTime']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
//]]></script>
</head>
<body>
<p>Page Content</p>
<script type="text/javascript"> (function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>
以上是关于JavaScript 智能方式为Google分析添加跟踪代码的主要内容,如果未能解决你的问题,请参考以下文章
在 Javascript 中使用 DJango 模板标签添加 Google 地图标记
Javascript - 以与摆动路径在后效中的工作方式相同的方式以编程方式为形状设置动画
javascript Google分析跟踪扩充。
没有Javascript的Google分析
智能家居智能交互的竞品分析
javascript jQuery表单退出Google通用分析跟踪