Web Analytics for Intranet

My company is in the search process for using web analytics on our company intranet application. Anyone have any recommendations for some 3rd party software to accomplish this?

We use Google analytics for the public site, but according to the documentation, we have to use a fully qualified domain name for the intranet it order for it to work with google.

I’m looking for free analytics on an intranet site on a corporate network that can’t access the internet

What do u think?

Any thoughts>?

There are oodles of stats scripts that you can install on your own server, have a look through…

Any thoughts?

Would this work with Google Analytics?

To use GA on your intranet without a domain name, the only trick is to use setDomainName(“none”) in tracking script.

For example:

view sourceprint?<script type=“text/javascript”>

try {

var pageTracker = _gat._getTracker(“UA-XXXX-1”);

pageTracker._setDomainName(“none”);

pageTracker._trackPageview();

} catch(err) {}

</script>

What do you think about AWStats? Looking for something that would be free.