Tagged Questions

13
votes
17answers
665 views

does Google analytics make a major effect on time to download a static web page?

Hi, I understand that by simply adding a script to the end of the body tag of a html document one makes it processable by Google analytics. My question is, is this likely to have much effect on …
12
votes
2answers
1k views

Google Analytics API and .Net

Google announced the Analytics Data Export API some days ago, thereby making it much easier to get analytics data for a site. The API debuted with Java and Javascript clients, but no direct .Net …
7
votes
12answers
1k views

Is there a faster alternative to Google Analytics?

I like to keep my websites extremely light and fast, but of course I need some kind of user tracking and analytics. It seems like Google Analytics always takes significant enough processing time …
6
votes
8answers
280 views

SQL query challenge

So here's yet another 'write a query to X' challenge. I'm monitoring a number of networked vending machines. Each machine has a number of parts, e.g. bank note acceptor, coin system, printer and so …
6
votes
3answers
225 views

Oracle Analytic Question

Given a function zipdistance(zipfrom,zipto) which calculates the distance (in miles) between two zip codes and the following tables: create table zips_required( zip varchar2(5) ); create table …
6
votes
4answers
187 views

Best way to design a scaleable hits/analytics system?

The company I work for creates applications for the Blackberry platform. We've been working on a proprietary "analytics system" that allows us to embed code within our applications and have the …
5
votes
2answers
127 views

Is there a C++ or Qt library available to measure feature use of an application

I would like to be able to measure the features in our application that are being used. For example how much certain windows are opened, certain controls are clicked. I can imagine a tool that …
5
votes
10answers
498 views

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 …
5
votes
9answers
551 views

What web log file analyzer do you recommend

I am looking into getting a log file analysis tool for multiple sites. All the sites currently run Google analytics, however I have noticed that the stats that this provides can be a bit off (lower …
4
votes
2answers
325 views

Google Analytics - Multiple Trackers for Several Accounts?

Maybe I'm going about this wrong, but I'm hoping I can get some insight. I develop for multiple clients nationwide. I track many of my sites using my personal/development Analytics account that …
4
votes
9answers
456 views

what is the point of www in web urls?

I've been trying to collect analytics for my website and realized that Google analytics was not setup to capture data for visitors to www.example.com (it was only setup for example.com). I noticed …
4
votes
4answers
213 views

Looking for tools to analyze email data

I made a write-up about how to analyze your gmail account data with ruby. Then on SlashDot, someone told me about mail-trends. Does anyone have other tools to suggest ?
4
votes
5answers
160 views

Is there an API that allows you to find out how many sites link to yours?

I know google has things like linkto:yourdomain.com and Alexa is around, but there's nothing that I can query and get the number of sites that link to me. Anyone know of such a thing, other than using …
3
votes
3answers
52 views

Tracking submissions of a form which doesn’t submit anywhere

I have an overlay with form (just a radio button group with 3 buttons and a submit button) that, on submit, uses jQuery to open a specific file (a PDF) in a new tab and then close the overlay. The …
3
votes
4answers
247 views

What percentage of followed hyperlinks might have their “onclick” JavaScript ignored?

As far as I know all popular web browsers execute the onclick attribute of an anchor link first, then follow the path specified by the href attribute. The problem here is that the onclick attribute …

1 2 3 4 5 8 next
15 30 50 per page