Skip to content

Commit

Permalink
Mise en place du nouveau code analytics.
Browse files Browse the repository at this point in the history
  • Loading branch information
engleek committed Jan 31, 2009
1 parent 61b48f7 commit f5ecab1
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions index.html
Expand Up @@ -68,14 +68,13 @@ <h4>{{ subtitle }}</h4>
{% endfor %}

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-7248693-1");
pageTracker._trackPageview();
} catch(err) {}
</script>
try {
var pageTracker = _gat._getTracker("UA-7258394-1");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>

0 comments on commit f5ecab1

Please sign in to comment.