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.
我想阻止谷歌谷歌分析自动跟踪并仅使用 _gaq.push(['_trackPageview']) 跟踪我的手动呼叫
我怎样才能做到这一点?
将 javascript 事件处理程序附加到您用于手动调用的元素:
<a href="#" onclick="_gaq.push(['_trackPageview','some url'])">Manual</a>