gpt4 book ai didi

javascript - 谷歌分析代码不起作用

转载 作者:行者123 更新时间:2023-11-28 12:40:07 25 4
gpt4 key购买 nike

此 Google Analytics(分析)代码无法运行。我看不到任何访客,也没有触发事件。有任何想法吗?谢谢。

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

<html lang="en">
<head>
<!-- <META HTTP-EQUIV="Refresh" CONTENT="2;URL=http://www.example.com"> -->
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Example</title>
<script type="text/javascript">

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-99999999-1']); // Hidden my real one
_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>
</head>


<body>
<script type="text/javascript">
_gaq.push(['_trackEvent', 'My Event', 'Hypothesis', 'Email', 1]);

window.location = "http://www.example.com";

</script>
</body>
</html>

最佳答案

Analytics 代码大约需要 2-3 小时才能在 Analytics 上显示,如果是第一次,则需要更长的时间。等待延迟,我打赌它会出现:)

关于javascript - 谷歌分析代码不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13027216/

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