Robert Franks wrote:
> It seems the page does not invoke the call to 'urchin.js' as am getting
> javascript error:
> 'urchintracker() not defined'
I checked: The function name is "urchinTracker", JavaScript is case sensitive.
-Sven
---
Using HTML::Template
Have placed the Google Analytics code:
http://www.google-analytics.com/urchin.js";
type="text/javascript">
_uacct = "UA-xx-1";
urchintracker();
at the end of my template page just before closing body tag..
It seems the page does not invoke the call to 'urchin.js'