Eric Blom
2005-11-15 20:03:01 UTC
I'm trying to setup Google Analytics with Typo3. Google says that
their script must be installed in the <head> </head> section of your
page but after any <meta> tags.
I tried adding page.headTag to the setup of my template as shown
below, but, this puts the script before the meta tags.
page.headTag = <head><script src="http://www.google-analytics.com/
urchin.js" type="text/javascript"></script><script type="text/
javascript"> _uacct = "UA-xxxxx-x"; urchinTracker();</script>
Can anyone tell me how to add a script after the meta tags in the
head section?
Thank you,
Eric
their script must be installed in the <head> </head> section of your
page but after any <meta> tags.
I tried adding page.headTag to the setup of my template as shown
below, but, this puts the script before the meta tags.
page.headTag = <head><script src="http://www.google-analytics.com/
urchin.js" type="text/javascript"></script><script type="text/
javascript"> _uacct = "UA-xxxxx-x"; urchinTracker();</script>
Can anyone tell me how to add a script after the meta tags in the
head section?
Thank you,
Eric