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 アナリティクスから、次のコード行に相当するものを検索しています。
_gaq.push(['_trackPageview', location.pathname + location.search + location.hash]);
ありがとう。
ga('send', 'pageview', location.pathname + location.search + location.hash);
やるべき
こちらをご覧ください