[TYPO3-german]  Google Analytics
    Michael Warzitz 
    m.warzitz at creativteam.com
       
    Wed Aug 29 13:16:18 CEST 2012
    
    
  
Hallo Zusammen,
habe ein Problem mit Google Analytics.
Ich habe das Script ganz normal nach Anleitung in mein Template eingebaut:
page.headerData.9999 = TEXT
page.headerData.9999.value {
<script type="text/javascript">
   var _gaq = _gaq || [];
   _gaq.push(['_setAccount', 'UA-34413580-1']);
   _gaq.push(['_gat._anonymizeIp']);
   _gaq.push(['_trackPageview']);
   (function() {
     var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
     ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
     var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
   })();
</script>
}
Leider bekomme ich immer diese Fehlermeldung:
Service Unvailable (503)
The page is not configured! [type=0][]. This means that there is no 
TypoScript object of type PAGE with typeNum=0 configured.
Kann mir jemand einen Tip geben, was ichhier falsch mache. Ich benutze 
auch noch RealUrl und UrlTool!
Bin für jeden Tipp dankbar!
LG Mciha
    
    
More information about the TYPO3-german
mailing list