Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个使用 Umbraco 的电子商务网站。谷歌分析代码在大多数页面上都可以正常工作,但由于某种原因不能在“安全页面”(用户必须登录才能查看的页面)上工作。
我尝试将代码移动到 HTML 中的不同位置,但并不快乐。
有任何想法吗?
解决此问题的最佳方法是尝试自己跟踪,如果在应该是目标 URL 的页面上调用了 __utm.gif。您可以使用 Firebug、Live HTTP Headers 或 Fiddler(如果您使用 Firefox 以外的其他浏览器)中的 Net 选项卡来跟踪页面上的所有请求。
看看这个 http://productforums.google.com/forum/#!category-topic/analytics/discuss-tracking-and-implementation-issues/pjKZ1pou7Sg
来自谷歌