Skip to content

Instantly share code, notes, and snippets.

@ryanseys
Created October 3, 2014 16:00
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 ryanseys/94fcae78ff249e688710 to your computer and use it in GitHub Desktop.
Save ryanseys/94fcae78ff249e688710 to your computer and use it in GitHub Desktop.
Checking for Google Analytics
var gaObj = window['GoogleAnalyticsObject'];
window[gaObj](function(tracker) {
return tracker.get('clientId');
});
@ryanseys
Copy link
Author

ryanseys commented Oct 3, 2014

ProTip: I wouldn't do this. It's just asking for trouble.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment