Hi,
I want to install this Google Analitics module, but unfortunately I have not been able to install it, it gives me a lot of problems
First of all I download http://www.silverstripe.org/google-analytics-module/ putting it in the folder in "C:\AppServ\www\silverstripe path
2. I follow the instalations steps: http://svn.silverstripe.com/open/modules/googleanalytics/trunk/docs/README.md
I activate activate the logger by adding the following to the end of my mysite/_config.php:
`GoogleLogger::activate('SiteConfig');` (without ` `)
activate the analyzer by adding the following to the end of my mysite/_config.php:
`GoogleAnalyzer::activate('SiteConfig');` (without ` `)
3. run dev/build (http://www.mysite.com/dev/build?flush=all)
If I install http://www.silverstripe.org/google-analytics-module/ and putting it in the folder in " C:\AppServ\www\silverstripe " path
but I don´t rewrite the _config.php file of http://www.silverstripe.org/google-analytics-module/
which is the aim to install this module, it seems as this module doesnt do anything?
Regards and thanks with anticipation