Advertisement
Guest User

Untitled

a guest
Dec 18th, 2014
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. var _gaq = _gaq || [];
  2. _gaq.push(
  3. ['_setAccount', 'UA-xxxxxxxx-2'], // Global Account
  4. ['_trackPageview'],
  5. ['Cliend._setAccount', 'UA-xxxxxxxx-1'], // Client Account
  6. ['Cliend._trackPageview'],
  7. ['CoBrand._setAccount', 'UA-xxxxxxxx-1'], // CoBrand Account
  8. ['CoBrand._trackPageview'],
  9. ['GroupClient._setAccount', ''], // Group Client Account
  10. ['GroupClient._trackPageview']
  11. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement