Google Analytics is a free web analytics solution provided by Google, featuring several client-side APIs, as well as REST APIs for Data Export and for Management.
70
votes
1answer
8k views
How does _gaq.push(['_trackPageLoadTime']) work?
How does the Google Analytics Site Speed feature, _gaq.push(['_trackPageLoadTime']), work? Is there any documentation about how it works?
38
votes
13answers
4k 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 ...
32
votes
8answers
17k views
Which browsers support <script async=“async” />?
On December 1, 2009, Google announced support for asynchronous Google Analytics tracking.
The asynchronous tracking is achieved using the async directive for the <script> tag.
Which browsers ...
20
votes
3answers
8k 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 ...
20
votes
18answers
5k 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 ...
18
votes
6answers
3k views
Track campaigns with Google Analytics without query string parameters?
Is there a supported way in Google Analytics to track a campaign without having to use query string parameters.
In Analytics you can tag a link to your site with query string parameters such as ...
18
votes
15answers
1k views
does Google analytics make a major effect on time to download a static web page?
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 ...
17
votes
6answers
1k views
How to aggregate analytics from Google, Twitter, YouTube, Facebook, etc
I have a video blog for which I would like to track certain statistics, including stats from Google Analytics, Twitter, YouTube, Facebook, etc.
The problem is that the various stats are on different ...
17
votes
9answers
2k 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 ...
16
votes
4answers
792 views
Why serve 1x1 pixel GIF (web bugs) data at all?
Many analytic and tracking tools are requesting 1x1 GIF image (web bug, invisible for the user) for cross-domain event storing/processing.
Why to serve this GIF image at all? Wouldn't it be more ...
15
votes
7answers
1k views
Async Google Analytics [Javascript Golf]
Unfortunately, this may not be a valid Code-Golf question as it is likely Javascript only; however, since this is likely to be the only useful-in-the-real-world code-golf contest I'm going to go ahead ...
15
votes
4answers
8k views
Google Analytics pageTracker is not defined?
Little bit confused... I am trying to track mailto links being clicked, but constantly 'pageTracker is not defined' is shown. I have the following code just before my end body tag ()
<script ...
15
votes
5answers
5k views
Generate Google Analytics events (__utm.gif requests) serverside
I am willing to use Google Analytics to track stats about usage of my Client/Server application (no Browser on the user computer!).
So I guess if anyone ever tried to craft requests to __utm.gif from ...
15
votes
6answers
5k views
MapReduce implementation in Scala
I'd like to find out good and robust MapReduce framework, to be utilized from Scala.
14
votes
15answers
3k 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 ...
12
votes
5answers
2k views
Google Analytics in Android app - dealing with multiple activities
I was pretty excited to see how easy it is to set up Google Analytics with my app, but the lack of documentation has me sitting with a few questions. The only information that I can find is right from ...
12
votes
4answers
305 views
Problems with noobs putting my GA code into their sites
I don't mean for the title to be derogatory, but this is a rather frustrating problem, and I'm looking for a good workaround, given a language barrier involved.
I have a site set up for a plugin I ...
12
votes
6answers
2k views
Deploying Google Analytics With Django
We're about to deploy a new Django website, and we want to use Google Analytics to keep track of traffic on the site. However, we don't want all of the hits on development instances to contribute to ...
11
votes
6answers
12k views
google analytics - multiple trackers on one page (cookie conflict)
I'm writing a web application that's supposed to be embedded in other people's websites (kind of a widget). I'm using Google Analytics to track all the people that visit all instances of my script on ...
10
votes
4answers
3k 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 ...
10
votes
5answers
2k 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:
...
9
votes
3answers
463 views
Google Analytics snippet causes page refresh in Linux Firefox
My company is using Google Analytics on our websites. We found a weird bug that only occurs on one computer. We didn't see the issue when we tried to reproduce it on another machine using the exact ...
9
votes
4answers
161 views
What difference does it make to use several script blocks on a web page?
Edit: As Andrew Moore pointed out this question is a duplicate of Two separate script tags for Google Analytics? So this question should be deleted to avoid cluttering Stack Overflow, unless there is ...
9
votes
6answers
5k views
What is “var _gaq = _gaq || []; ” for?
The Async Tracking code in Google Analytics looks like this:
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-XXXXX-X']);
_gaq.push(['_trackPageview']);
(function() {
var ga = ...
9
votes
4answers
1k views
Embeddable Google Analytics “Flair”?
Now that Google Analytics has an official API, are there any implementations of a small, minimalistic "Flair" like snippet showing a customizable selection of stats, say for example, today's and the ...
9
votes
2answers
842 views
How to trigger Google Analytics events from Python?
I'm developing a site that has a REST API and I'd like to track the API usage using Google Analytics events. Is there a straightforward way to trigger GA events from Python that doesn't involve ...
9
votes
3answers
994 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 ...
8
votes
1answer
267 views
GoogleAnalyticsTracker javadoc
Where can I find the javadoc for Google Analytics for Android? I searched for it on the project homepage, but couldn't find it anywhere.
8
votes
3answers
117 views
How do you troubleshot google analytics code?
Can anyone share best practices for troubleshooting google anlytics code?
Has anyone built a debugging tool? Does google have a linter hidden somewhere? Does anybody have a good triage logic ...
8
votes
6answers
633 views
How to track a completed file download in ASP.NET
I have this ASP.NET web site that allows users to download program installation packages (just normal files). I want to be able to track when a download is completed (i.e. the file has been fully ...
8
votes
2answers
638 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) ? ...
8
votes
4answers
2k views
Firefox 'Error loading script' loading Google Analytics in FF2
The project I'm working on uses a window.onerror event handler to report user problems. I've noticed a single user that just cannot seem to load the Google Analytics script. Our site doesn't see a ...
8
votes
6answers
6k views
Google Analytics Access with C#
I know that there is no official API for Google Analytics but maybe someone has figured out a way to access Google Analytics Reports with C#?
Thank you in advance!
7
votes
3answers
236 views
how to cross direct user with google analytics
After a user fills in my "new" user form on "example-one.com", the "create" controller creates the record in the db. Then it does a redirect_to to an external site "payment-checkout.com". I have setup ...
7
votes
4answers
243 views
Google Analytics and IE Browser
Anyone can explain me why below works in Firefox but not in IE.
function bookingSubmit(myform) {
_gaq.push(['_linkByPost', myform, true]);
return true;
}
<form id="booking-form" ...
7
votes
2answers
243 views
Is there a way to send tracking info to Google Analytics from PHP?
I have a PHP code that will return a image.
the link is given to 3rd party. so, i need to keep track where the php request coming from. Because the PHP only return the image, I cannot use the ...
7
votes
4answers
183 views
How to skip Google Analytics loading?
Turkish government have blocked some IPs including Google Analytics. This caused all the web sites using alanytics to slow down and even not to load. How can we prevent this problem? How can we skip ...
7
votes
2answers
3k views
Integrating Google Analytics into GWT application
This should be totally simple but I can't get it working no matter what I try. I'm trying to use Google Analytics with GWT application. From what I understood, there are two way to do it:
First is ...
7
votes
3answers
1k views
Are there any drawbacks of “asynchronous tracking” with Google Analytics?
From an old answer I have recently learned that Google Analytics, besides the traditional tracking code, offers so-called "asynchronous tracking". From the documentation, it seems like asynchronous ...
7
votes
3answers
1k views
google analytics database
does anybody know how data in google analytics is orginized? Difficult selection from large amounts of data they perform very-very fast, what structure of database is it?
7
votes
3answers
584 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 ...
7
votes
2answers
2k views
Google Analytics cookies vs subdomain for static content
I have a website on www.example.com and use Google Analytics. I've also set up static.example.com which serves all static content.
The problem is that the default behavior of GA is to issue cookies ...
7
votes
6answers
2k views
Google Analytics - Blocks HTML/page rendering
I have used the "Better Google Analytics JavaScript that doesn’t block page downloading" to load Google Analytics dynamically so that it will not block HTML / page rendering.
However, it appears ...
7
votes
3answers
3k 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, ...
6
votes
1answer
61 views
Is there an abstract jQuery tracking plugin?
Is there any jQuery plugin that abstracts tracking actions (clicks, ajax loads, etc) from other libraries like Google Analytics, Omniture, etc.? Such a plugin would make switching from Google ...
6
votes
3answers
167 views
What's the name of Googla Analytics async design pattern and where is it used?
Google Analytics async code uses a very distinct design pattern for javascript code execution.
The code depends on a library and it doesn't know if the library has loaded or not. If the library ...
6
votes
2answers
417 views
Google Analytics API: Get specific data using php
I've managed to get some data using:
$ga->requestReportData(44030755,array('pagePath'),array('pageviews','uniquePageviews'));
and iterating over it using foreach.
Here's what's returned:
...
6
votes
1answer
321 views
JQuery live + Disqus / Google Analytics
I'm using the following function to overload my website url links with Ajax:
$(document).ready(function() {
$('.insite').live("click", function(ev) {
if ( history.pushState ) ...
6
votes
4answers
2k views
How to get Google Analytics data using OAuth?
Hy guys, we are developing a system which will provide users with access to Google Analytics. I'm trying to implement it in the way so user don't need to enter their Google login credentials on our ...
6
votes
4answers
673 views
Can I use Google Analytics to sort out the statistics of my iOS App?
Is this a violation of Apple app development rules? In some forums I just saw that thing. So am afraid of getting rejected by AppStore if I use the same. Help me with this please. And if I can't use ...