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.
Google google analyticsの自動追跡を防ぎ、_gaq.push(['_ trackPageview'])を使用して手動通話のみを追跡したい
これどうやってするの?
手動呼び出しに使用する要素に JavaScript イベント ハンドラーをアタッチします。
<a href="#" onclick="_gaq.push(['_trackPageview','some url'])">Manual</a>