зеркало из https://github.com/mono/mvcwrench.git
Add google analytics.
This commit is contained in:
Родитель
d2e0cf6497
Коммит
8527058691
|
@ -14,6 +14,18 @@
|
|||
<%= Html.IncludeJS ("~/Scripts/jquery-1.3.2.min.js") %>
|
||||
|
||||
<%= Html.IncludeScript ("window.onresize = Resize;") %>
|
||||
|
||||
<script type="text/javascript">
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(['_setAccount', 'UA-17397812-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>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
Загрузка…
Ссылка в новой задаче