gpt4 book ai didi

javascript - Google Analytics-下载链接事件跟踪

转载 作者:行者123 更新时间:2023-12-03 15:51:47 25 4
gpt4 key购买 nike

我想通过Google Analytics(分析)事件来统计我的下载量。不幸的是,我的统计数据中没有任何内容。
这是GA代码:

<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-12345678-1']);
_gaq.push(['_setDomainName', 'example.com']);
_gaq.push(['_trackPageview']);

(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>


而我的链接:

<a href="advanced-pack.zip" onClick="_gaq.push(['_trackEvent', 'Download', 'Pack', 'Advanced']);">Download</a>


为什么不起作用?

最佳答案

根据Google Documentations

<a href="http://www.example.com/files/map.pdf" onClick="javascript: _gaq.push(['_trackPageview', '/downloads/map']);">


要验证_trackPageview是否被正确调用,您可以在执行更新的跟踪代码后24-48小时检查您的热门内容报告。您应该能够在报告中看到分配的页面名称。

关于javascript - Google Analytics-下载链接事件跟踪,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9374942/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com