Skip to content

Instantly share code, notes, and snippets.

@ethyde
Created October 8, 2014 07:37
Show Gist options
  • Save ethyde/63dae4085dffdfb3ed11 to your computer and use it in GitHub Desktop.
Save ethyde/63dae4085dffdfb3ed11 to your computer and use it in GitHub Desktop.
Detecting Google Universal Analytics, even with adblock/ghostery
if(window.ga && ga.create) {
// Do you ga stuff
ga('send', 'pageview');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment