Skip to content

Instantly share code, notes, and snippets.

@mak00s
Last active May 6, 2018 05:32
Show Gist options
  • Save mak00s/b4c4b3d1281dc46978544ee824867380 to your computer and use it in GitHub Desktop.
Save mak00s/b4c4b3d1281dc46978544ee824867380 to your computer and use it in GitHub Desktop.
キャンペーン用URLパラメータをキレイにする(ga.js)
_gaq.push(['_setAllowLinker', true]);
_gaq.push(['_setAllowAnchor', true]);
_gaq.push(function(){
if (location.hash && location.hash.match(/(#|&)(utm_source|__utma)=.+/)) {
if ('replaceState' in history)
history.replaceState('',document.title, location.pathname + location.search);
else location.hash = '';
}
});
_gaq.push(['_trackPageview']);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment