Author: jmclean
Date: Fri Sep 26 19:25:13 2014
New Revision: 1627866

URL: http://svn.apache.org/r1627866
Log:
Put google analytics back in

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

Modified: flex/site/trunk/content/tourdeflex/explorer.html
URL: 
http://svn.apache.org/viewvc/flex/site/trunk/content/tourdeflex/explorer.html?rev=1627866&r1=1627865&r2=1627866&view=diff
==============================================================================
--- flex/site/trunk/content/tourdeflex/explorer.html (original)
+++ flex/site/trunk/content/tourdeflex/explorer.html Fri Sep 26 19:25:13 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%"

Modified: flex/site/trunk/content/tourdeflex/index.html
URL: 
http://svn.apache.org/viewvc/flex/site/trunk/content/tourdeflex/index.html?rev=1627866&r1=1627865&r2=1627866&view=diff
==============================================================================
--- flex/site/trunk/content/tourdeflex/index.html (original)
+++ flex/site/trunk/content/tourdeflex/index.html Fri Sep 26 19:25:13 2014
@@ -42,6 +42,21 @@ body { margin: 0px; overflow:hidden }
        );
 // -->
 </script>
+</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