Skip to content

Instantly share code, notes, and snippets.

@cgrymala
Created July 31, 2013 15:17
Embed
What would you like to do?
Make sure GA is instantiated
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