Skip to content

Instantly share code, notes, and snippets.

@morales2k
Created November 7, 2013 13:45
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 morales2k/7354781 to your computer and use it in GitHub Desktop.
Save morales2k/7354781 to your computer and use it in GitHub Desktop.
Google Analytics -> One push, multiple UA tracking codes.
_gaq.push(
['_setAccount', 'UA-XXXXX-1'],
['_trackPageview'],
['b._setAccount', 'UA-XXXXX-2'],
['b._trackPageview']
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment