web-statistics

Web statistic tracking and RSS

With RSS feeds how do you set up google analytics (or any other statistical tracker) to track people who are subscribed to the feed? ...

How to find out if the if a site user is unique or a returning user in ASP.NET?

A single user can show up as multiple unique users over a period of time when he vists a site. Internally, the user's IP address is static, but on the net the user is represented by the ISP router's IP address, isn't it? ...

AWStats ignore all but one sub directory

I'm using AWStats and I want to ignore everything in a subdirectory except for a particular directory, here is the directory layout: Webroot -dir_1 -dir_2 --subdir_a --subdir_b --subdir_c ... I want to run statistics for everything in the web root excluding dir2 and all its subdirectories but including subdir b. I've tried usin...

Best Server Side Application for accepting website statistics

I been thinking about how to configure a web statistics to collect information like Google Analytics. I would think that sending the info over would have to be super quick. My initial thought would be to use http://activemq.apache.org/ to receive the information (Quicker than a DB insert) and then a separate process would actually take...

Are there any open-source / free site analytics solutions that are intranet deployable?

There are plenty of statistics/analytics providers for Internet deployed software (e.g. Google Analytics), but I'm looking for an analytics tool to integrate into a LAN/intranet based web application. I'm aware of AWStats, but I'd prefer something with a design similar to Google Analytics, where a Javascript callback can be embedded int...

Website Layout Statistics

I have a client who has suggested laying out a long list of categories in a custom order. The order is to be decided by them based on product items they sell the most etc. I tend to disagree and feel that people browsing the internet prefer to search lists of categories that are in alphabetical order or sorted by something they can take...

Which is the best tool to display web statistics - Open Source and Paid

Hi Guys, I would like to know which is best suited for displaying visitor stats in our websites The key areas under our consideration are 1. User Count 2. Unique User Count 3. User Location Regards, naveenj ...

metrics in ASP.NET application

I need to add some metrics and statistics capabilities in ASP.NET application (Framework 2.0, SQL Server 2005). It's Intranet application, so I can't use Google Analytics. I need not only measure number of hits and visits, but also which buttons people are pressing and which functions of application are using. Will it be enough to use ...

Creating a dashboard to analyze IIS web traffic

I am using Windows Server 2003 with IIS6 and Windows Server 2008R2 with IIS7. I need to create a dashboard similar to google analytics that we be view via webpage by non-technical users. I figure this could be done analyzing IIS log files but I am not sure what the best route is for accomplishing this. What is the best way to create a...

Add the content-length field from Apache log to AWStats

I want to enhance my AWStats installation by adding the Content-Length field from a POST request/response to my AWStats reports. How do I accomplish this? What do I need to add to awstats.pl? I'm totally new to Perl programming. The LogFormat in Apache is: LogFormat "%h %l %u %t \"%r\" %>s %b %{Content-Length}i" enhcommon Many tha...