I am in process of gathering information about web analytics tools (like Google Web Analytics) for my next assignment, but I am not able to find any good information. I am looking for:
- Key terms used.
- What all mediums are available for data collection and How they works.
- Any reference books, white papers etc (technical and non technical both).
- Any open source implementation (especially in .NET).
Here are the key terms used:
Methods used:
Web server logfile analysis
In this method you write script to scrape details out of your log files and then write it to your database. This method will not give you real time statistics. You can read more about web log analysis software here.
Page tagging
Add a code of javascript or just an image and then use the code to get all the dtails about the page, referrr, visitor etc.
If you are using analytics in your own website, you can use the code provided by Eytan Levit
Credit wikipedia. More information can be found there.