Althought there is an option to enable statistics in Umbraco (in the Web.config, set "umbracoEnableStat" to true) ... but it's highly recommended not to use it, as it would drive your website to a halt once you get any decent traffic!!
A popular option is to use Google Analytics, as it will do pretty much everything you'll need.
Alternatively, you would need to write custom code to track each page, etc. (I'm not aware of a package that already does this).
I'm sure you could generate some basic stats from the umbracoLog table but if you want stats then GA is your best option (or writing something yourself).
Page statistics
Are there page statistics in Umbraco? If yes, How Do I access them by XSLT/Razor?
Hi Biagio
I don't think so. Wouldn't you use some tracking script for this like for instance google analytics?
/Jan
Hi Biagio,
Althought there is an option to enable statistics in Umbraco (in the Web.config, set "umbracoEnableStat" to true) ... but it's highly recommended not to use it, as it would drive your website to a halt once you get any decent traffic!!
A popular option is to use Google Analytics, as it will do pretty much everything you'll need.
Alternatively, you would need to write custom code to track each page, etc. (I'm not aware of a package that already does this).
Cheers, Lee.
I'm sure you could generate some basic stats from the umbracoLog table but if you want stats then GA is your best option (or writing something yourself).
is working on a reply...