22
votes
12answers
2k views
Does Google Analytics have peformance overhead?
To what extent does Google Analytics impact performance?
I'm looking for the following:
Benchmarks (including response times/pageload times et al)
Links or results to similar benchmarks
One …
11
votes
7answers
403 views
Is there a way to stop Google Analytics counting development work as hits?
I have added the JavaScript that I need to the bottom of my pages so that I can make use of Google Analytics. Only problem is that I am sure that it is counting all my development work as hits. Seeing …
11
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
1answer
287 views
Google analytics, why have two script blocks?
Why does the Google Analytics script I add to my webpage need to come in two script blocks?
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? …
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
3answers
289 views
Login Remotely To Google Analytics with ASP.NET
Hi there,
I'm trying to login directly to Google Analytics. To explain, I have an account system and I'd like when you select an ASP.NET button for instance it re-directs you - via a silent login - …
5
votes
5answers
143 views
Why does Google unescape their Analytics tracking code?
Just getting off my JavaScript training wheels.
Why does Google choose to unescape the document.write line in Part 1 below?
Why don't they just write it like this? Maybe unescape is required for …
5
votes
9answers
466 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 …
4
votes
2answers
57 views
Google Analytics Event Tracking As Client Side Error Log
I'm currently using Google Analytics Event Tracking to track user interface interactions in my web application.
Since our system doesn't currently have a way to log client side errors, as a quick fix …
4
votes
5answers
399 views
Two separate script tags for Google Analytics?
Does anyone know why Google Analytics requires two separate script tags?
Specifically, their instructions advise users to embed the following snippet of code into a web page for tracking purposes:
…
4
votes
1answer
128 views
Google analytics to track support for navigator.geolocation API?
The navigator.geolocation api for user positioning is now also supported by Firefox and not just Safari/Iphone. I suspect it will become a well suported api as more devices support positioning.
…
4
votes
5answers
224 views
Can I filter out my traffic in google analytics?
I have a site running Google analytics and I end up being a large fraction of the traffic to it (like 1 of the 2 hits per day). Is there any way I can set it so that my browsing doesn't skew the …
4
votes
3answers
431 views
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, …
4
votes
6answers
838 views
How do I dynamically load Google Analytics JavaScript?
Without using any other JS frameworks (dojo, jquery, etc), how would I dynamically load Google Analytic's javascript to be used on a web page for web-tracking?
The typical appropriate to dynamically …
4
votes
4answers
444 views
How does Google Analytics send data back to Google?
Perhaps I am missing something, but I am just learning javascript.
My understanding of Single Origin Policy is that Google Analytics should not be able to send data back to Google.
How is it able to …
