web-analytics-tools

How do the web analytics tools work?

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: 1. Key terms used 2. What all mediums are available for data collection and How they works. 3. Any reference books, white papers etc (technical and non...

What other web analytics tools are out there?

What other web analytics tools people use other than google analytics?. ...

Server side analytics

Anyone know any server side analytics tools? I've heard of awstats, webalizer, and urchin. The last of which is expensive. Are awstats/webalizer really the only free tools out there? It seems like there's an incredible hole in the analytics market, which the clientside market so saturated and the server side... not. Suggestions? Thank...

Google Analytics Alternative for a Rails Application

I am working on a project using Ruby on Rails and I need to monitor web requests to generate traffic analytics (hits, unique visitors etc), but I have been instructed that using an external service, such as Google Analytics, is unacceptable (don't ask me why, I may break down and cry). I can however, use a plug in or anything else which...

What's a good web-based analytics package that'll work without requiring javascipt?

My understanding is that Google Analytics (the tool I'd normally use for website analytics) cannot be used on a MySpace page, because MySpace doesn't allow you to embed javascript. But my client wants to track usage of her MySpace page. Has anyone found away around this? I'm looking for a different web-based, third-party analytics tool...

Alternative to google analytics that runs on ASP.NET and doesn't use IIS logs?

I need a hit counter for my various pages, but I can't use google analytics (my client isn't ready for cloud computing) and I can't use anything that requires access to the IIS logs (the server administrator owns them and doesn't want to give them up) What resources are there for user usage tracking for what is essentially a hosted ASP....

When is Google Analytics not good enough?

I'm trying to determine why an enterprise wouldn't want to use Google Analytics. Here are the main reasons I've seen mentioned: Inability to track clients that have Javascript disabled. Lack of ownership of the statistics - Google owns the data. Most of the web clients with Javascript disabled will probably be bots/spiders. This ...

Can OmniTure SiteCatalyst or any web Analytics Software track Critical Page Views?

Hello, I need to track only human visits to my article pages. I hear that SiteCatalyst is the best of the best for page tracking. Here is what I am trying to do. I need to track every human visit if possible because this will affect the amount of money i have to pay. I will need to download site statistics for all of my pages with an acc...

What Web Analytics Sites/Software Have a Good API Besides Google Analytics

I cannot use Google analytics because of their limitations on the API. They will not allow me to query more then 10,000 entries in one day. Since I have more then 10,000 pages Google Analytics will not work for me unless there is a way around that 10,000 limitation. I need to pull statistics on all my pages daily and it will be over 10,0...

"Easiest" way to track unique visitors to a page, in real time?

I need to record in "real time" (perhaps no more than 5 minute delay?) how many unique visitors a given page on my website has had in a given time period. I seek an "easy" way to do this. Preferably the results would be available via a database query. Two things I've tried that failed (so far): Google Analytics: Does the tracking/repor...

How to analayze/display a raw web analytics data?

I've created a web tracking system that simply insert an event information (click or page view) into a simple SQL server table: Column | Type | NULL? ------------------------------------- RequestId | bigint | NOT NULL PagePath | varchar(50) | NOT NULL EventName | varchar(50) | NULL Label | varchar(50) | NULL Val...

Loop elements with Jquery and call Omniture s.tl() function to track

Hi, i have a page with a list of items. Each item has a print now link (a.printMe) to print each item. At the end of the list, there's a print all link (a.printAll) to print all items. I want to track number of times an item was printed. If a.printAll link is clicked, then i will send all the item's tracking value to Omniture. I added t...

How do you setup google analytics no track the number of days a week that a unique visitor visits ?

I am looking to be able to track how many a days a given unique visitor comes to the site. Ideally I am looking for a report that says: 1 day a week: 562 2 days a week 380 3 days a week 42 etc... Where if a unique visitor comes monday, wednesday and friday they would be added into the 3 days a week bucket regardless of how many times ...

Generating links for Google Analytics and Omniture

I am trying to build URLs for Google Analytics and Omniture. GA is simple enough, and those URLs can be built using http://www.google.com/support/analytics/bin/answer.py?hl=en&answer=55578 Campaign Source: * (referrer: google, citysearch, newsletter4) Campaign Medium: * (marketing medium: cpc, banner, email) Campaign Term: (i...

free implementation of counting user sessions from a web server log?

Web server log analyzers (e.g. Urchin) often display a number of "sessions". A session is defined as a series of page visits / clicks made by an individual within a limited, continuous time segment. The attempt is made to identify these segments using IP addresses, and often supplementary info like user agent and OS, along with a session...