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? ...
With RSS feeds how do you set up google analytics (or any other statistical tracker) to track people who are subscribed to the feed? ...
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? ...
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...
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...
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...
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...
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 ...
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 ...
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...
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...