Hi:

I've got a Drupal site with google analytics module and when I view the page source I can't find the line:

<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">

The footer code is there, but I can't find the previous line.

</script>
<script type="text/javascript">
_uacct = "XX-XXXXX-X";
urchinTracker();
</script>

You can see it at http://iota.goedi.net

Comments

budda’s picture

Using the same CVS version on http://www.mobilebeat.co.uk/ the code in the header is correct.

<script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
budda’s picture

Status: Active » Closed (fixed)