2
這裏是我的代碼:谷歌分析自定義變量不報告
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'x']);
_gaq.push(['_setCustomVar', 1, 'business_id', 5, 3]);
_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>
我真的不知道爲什麼他們沒有在GA跨越未來。有任何想法嗎?
這是真的,它需要2天的數據顯示在異步模式?我也沒有使用引號,但似乎並沒有解決問題。 –