Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

There are plenty of statistics/analytics providers for Internet deployed software (e.g. Google Analytics), but I'm looking for an analytics tool to integrate into a LAN/intranet based web application.

I'm aware of AWStats, but I'd prefer something with a design similar to Google Analytics, where a Javascript callback can be embedded into the app and call back to an analytics server. This doesn't require any sort of extra application server configuration and access to run.

I'm thinking there's nothing available that isn't proprietary / pay-for, but I'd love to be told I'm wrong!

share|improve this question

3 Answers

up vote 3 down vote accepted

Piwik should be able to meet your needs. It's not as advanced as Google Analytics, but it uses a Javascript callback and can therefore give you more info than AWStats and Webalizer.

share|improve this answer

There is also Webalizer, but its pretty ugly.

You can look at Mint, it isn't free, but it costs $30 for the site, forever, so it is really a bargain for any large site.

share|improve this answer
Looks interesting but this might invalidate it haveamint.com/forum/pepper_development/2230/… – Richard Nichols May 14 '10 at 2:39
Ah bummer, I did not notice that. – Mitch Dempsey May 14 '10 at 3:13

If your intranet has a fully qualified domain name (ours is intranet.example.com, for instance) Google Analytics will work just fine. The admin interface will never tell you you've installed the tracking code properly, but it will collect data just fine.

I haven't tried it on a domain-less URL like http://intranet/. Worth a try, though.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.