[gbrainy/gbrainy-17x] Google analytics tracking code



commit 9b0f890d5b83b403adf611300ca1212ce5791a7c
Author: Jordi Mas <jmas softcatala org>
Date:   Sun Feb 6 11:33:58 2011 +0100

    Google analytics tracking code

 src/Clients/WebForms/MasterPage.master |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)
---
diff --git a/src/Clients/WebForms/MasterPage.master b/src/Clients/WebForms/MasterPage.master
index a2bf12c..09279b4 100644
--- a/src/Clients/WebForms/MasterPage.master
+++ b/src/Clients/WebForms/MasterPage.master
@@ -5,6 +5,22 @@
 	<title>Welcome to gbrainy.com main page</title>
 	<link href="styles.css" rel="stylesheet" type="text/css"/>
 	<link rel="shortcut icon" href="images/gbrainy.ico" />
+	
+	<script type="text/javascript">
+
+	   var _gaq = _gaq || [];
+	   _gaq.push(['_setAccount', 'UA-619579-3']);
+	   _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>
 </head>
 <body>
 <form runat="server" id = "main_form">



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]