Created
August 26, 2012 12:17
-
-
Save jester1979/3478369 to your computer and use it in GitHub Desktop.
Anonymize Google Analytics
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var _gaq = _gaq || []; | |
_gaq.push (['_setAccount', 'UA-XXXXXXX-YY']); | |
_gaq.push (['_gat._anonymizeIp']); | |
_gaq.push (['_trackPageview']); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment