English Need Help

Adding Google Analytics

Is there a way to add Google analytics to all pages.

Avancement0%
WorkflowBesoin d'aide
StatutLe problème a été enregistré

This is the script I would like to add.

<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"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-15066440-1");
pageTracker._trackPageview();
} catch(err) {}</script>


How can this be done?

Thanks,

Jan