Are there any open source open source analytics solutions being deployed on the intranet?

There are many statistics / analytics providers for deployed web software (like Google Analytics), but I am looking for an analytics tool to integrate into a LAN / network based web application.

I know AWStats , but I would prefer something with a design similar to Google Analytics, where Javascript callbacks can be embedded into the application and return to the analytics server. It does not require any additional application server configuration and access to run.

I think there is nothing available that is not proprietary / paid, but I would love to be told that I am wrong!

+2


a source to share


4 answers


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



+7


a source


There is also a Webalizer, but it's pretty ugly.



You can watch Mint , it's not free, but this site costs $ 30, so a really good deal for any major site.

+1


a source


Piwik works great and I use it on some Intranet sites without a FQDN. But note that Piwik needs PHP to run. I used it on Lunix and IIS servers.

+1


a source


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

I haven't tried this on a domain with no url like http: // intranet / . It's worth a try, though.

0


a source







All Articles