Author: bigosmallm
Date: Mon Aug 25 20:51:14 2014
New Revision: 1620430

URL: http://svn.apache.org/r1620430
Log:
Add google analytics tracking

Modified:
    flex/site/trunk/content/tourdeflex/index.html

Modified: flex/site/trunk/content/tourdeflex/index.html
URL: 
http://svn.apache.org/viewvc/flex/site/trunk/content/tourdeflex/index.html?rev=1620430&r1=1620429&r2=1620430&view=diff
==============================================================================
--- flex/site/trunk/content/tourdeflex/index.html (original)
+++ flex/site/trunk/content/tourdeflex/index.html Mon Aug 25 20:51:14 2014
@@ -42,6 +42,20 @@ body { margin: 0px; overflow:hidden }
        );
 // -->
 </script>
+<!-- Google Analytics -->
+<script type="text/javascript">
+
+       var _gaq = _gaq || [];
+       _gaq.push(['_setAccount', 'UA-37926454-1']);
+       _gaq.push(['_trackPageview']);
+
+       (function() {
+               var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
+               ga.src = ('https:' == document.location.protocol ? 
'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+               var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+       })();
+
+</script>
 <noscript>
        <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
                        id="explorer" width="100%" height="100%"


Reply via email to