-
-
Save cgrymala/f8ed9aa84118dbe67a05 to your computer and use it in GitHub Desktop.
Make sure GA is instantiated
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
jQuery( function() { | |
if( typeof( _gaq ) === 'undefined' ) { | |
return; | |
} | |
_gaq.push(['pageTracker._setAllowAnchor',true]); | |
// All of the individual tracking code goes in here | |
} ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment