Google analytics Google Analytics报告说正在接收数据,但没有显示任何数据

Google analytics Google Analytics报告说正在接收数据,但没有显示任何数据,google-analytics,Google Analytics,Hi最近重新设计了我的网站(),该网站以前通过Google Analytics正确跟踪页面浏览量。重新设计后,我在标记前面插入了完全相同的代码: <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-XXXXXXXX-X']); _gaq.push(['_trackPageview']); (f

Hi最近重新设计了我的网站(),该网站以前通过Google Analytics正确跟踪页面浏览量。重新设计后,我在
标记前面插入了完全相同的代码:

    <script type="text/javascript">

        var _gaq = _gaq || [];
        _gaq.push(['_setAccount', 'UA-XXXXXXXX-X']);
        _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>

var _gaq=_gaq | |[];
_gaq.push(['''u setAccount','UA-XXXXXXXX-X']);
_gaq.push([''u trackPageview']);
(功能(){
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);
})();

(UA的数字在实际页面上是正确的。)然而,GA神秘地报告零页面浏览量/访问量,尽管它声称正在接收数据。以前有人遇到过这样的问题吗?我使用的唯一其他JS包括jQuery,以及我的一个页面上广泛使用的jQuery插件。

这有点蹩脚,但是你检查过你的个人资料过滤器吗?您可能仍然应用了旧的过滤器(对于以前的网站)来过滤所有URL。
我们在另一个网站上遇到了这个问题,并进行了数周的调试,直到找到了这个简单的解决方案…

您是否允许24小时的时间传播结果?