Advertisement
webpagefxjared

Untitled

Jul 19th, 2011
365
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. var _gaq = _gaq || [];
  2. _gaq.push(['_setAccount','UA-XXXXX-X']);
  3. _gaq.push(['_trackPageview']);
  4. _gaq.push(['_trackPageLoadTime']); //added to track page speed
  5. (function() {
  6. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  7. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  8. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  9. })()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement