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!
a source to share
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.
a source to share