Skip to content

Instantly share code, notes, and snippets.

@perifer
Created March 2, 2013 08:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save perifer/5070171 to your computer and use it in GitHub Desktop.
Save perifer/5070171 to your computer and use it in GitHub Desktop.
Track virtual page views in Google Analytics if (window._gaq) { window._gaq.push(['_trackPageview', window.location.pathname + href]); }
if (window._gaq) {
window._gaq.push(['_trackPageview', href]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment