[TYPO3-english] How and where to add "Google's Analytic code"?
Jacco van der Post
jacco at id-internetservices.com
Mon Dec 1 16:36:01 CET 2008
How about even shorter:
page.wrap (
<script type="text/javascript"> ... </script>
)
grtz Jacco
> Try putting this in (copy and paste it exactly):
>
> #~~~~~~~~~~~~ begin copy
>
> # Google Analytics:
> page.99=HTML
> page.99.value(
>
> <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-5313313-1");
> pageTracker._trackPageview();
> } catch(err) {}</script>
>
> )
>
More information about the TYPO3-english
mailing list