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.

I'm looking for someone who can provide some information on analytics for an intranet site. The intranet site has limited access to the internet and ideally there should be no tranmission of analytics information externally.

Are there any open source or else well constructed analytics packages that I can consider for this purpose?

Thanks.

share|improve this question
serverfault would be more appropriate. This isn't about programming. – bmargulies Dec 17 '09 at 13:50

5 Answers

up vote 6 down vote accepted

I suggest Piwik if you want something Open Source and easy to use and understand (for, say, intranet editors). It does not use server logs and instead tracks visits by means of a piece of javascript you would insert in pages that you'd like to track.

We use it in combination with Awstats for our intranet.

share|improve this answer
This looks good, thanks. I'll post back and let you know how I get on with it. :-) – Brian Scott Feb 8 '10 at 10:55

When you use Piwik you can export data from GA using Google2Piwik

share|improve this answer

Check out awstats. I implemented it a few months ago. It's perl-based but does a fairly good job of analyzing your IIS or similar web server.

http://www.bing.com/search?q=awstats

share|improve this answer

Maybe Logparser is sufficient for your needs: http://www.microsoft.com/downloads/details.aspx?FamilyID=890cd06b-abf8-4c25-91b2-f8d975cf8c07&displaylang=en

It doesn't offer out-of-box functionality like awstats but you might find it useful for other tasks.

share|improve this answer

There's a number of different options for commercial stuff but can be somewhat costly.

Perhaps you might want to check out something like sawmill ....

Thomas

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.