Tagged Questions
0
votes
2answers
57 views
Any drawbacks by including Google Analytics in your main js file?
I'm using MVC that is compressing and minifying all my js files into one file so basically there is only one request.
As far as I see every page has Google Analytics code below their js includes. If ...
2
votes
0answers
85 views
Google Analytics cookie across SagePay checkout
We use SagePay's Server integration for our online payments. We use Google Analytics to track activity on our website and Google Ecommerce tracking to log transactions.
In Google Analytics, under the ...
1
vote
1answer
140 views
Tracking logged in vs. non-logged in users in Google Analytics
I am building a social media site that is similar is structure to twitter and facebook.com where unauthenticated users who go to https://mysite.com will see a login + sign-up page, and authenticated ...
0
votes
2answers
266 views
Tracking Outgoing Links With Google Analytics Events
I've been trying to track clicks on external links on my website using the events tracking method.
So I've got my Google Analytics code setup before body ends as shown below (note: quotes have been ...
4
votes
2answers
129 views
Is there an elegant way to track multiple domains under separate accounts with google analytics?
I have a situation where a content management system uses the same template for multiple websites with different domain names and I can't make a separate template for each. However, each website needs ...
1
vote
4answers
376 views
Sudden drop of pageviews/visit and increase of bounce rate in Analytics
Google analytics stats:
04 june 2012
Visits: 4.423
Unique visitors: 3.558
Pageviews: 77.352
Pageviews / visit: 17,49
Visit length: 00:06:26
Bounce rate: 1,09%
05 june 2012
Visits: 4.652
Unique ...
19
votes
1answer
730 views
Someone else is using our Google Analytics Tracking code number. What do we do?
After looking over our Analytics today, I realized that another website is also using our same tracking code #, which is cause quite a few incorrect hits to our Analytics.
Are there any ways to ...
1
vote
1answer
204 views
How to prevent Google Website Optimizer from making Google Analytics spike Direct Traffic and lower Bounce Rate?
I am using Google Website Optimizer (GWO) and Google Analytics.
Whenever a person (Google Website Optimizer) does a javascript redirect, Google Analytics will change the referrer. When the referrer ...
1
vote
1answer
167 views
GA and /outbound/javascript:void(0) bounce rate
My Google Analytics reports a bounce rate very high for outbound/javascript:void(0) but I don't understand what this URL is. I use Drupal, and in the HTML code there isn't this URL.
1
vote
2answers
392 views
How to track js conditional outbound redirects with Google Analytics?
We work with an affiliate program where you need to use different affiliate links for some specific countries. Because of that our links in the content are pointed to an internal page ...
1
vote
3answers
145 views
Can Google Analytics track raw data?
I've never used Google Analytics (GA), so maybe this is possible. But, a friend of mine had someone create a site for him for quite a lot of money. Anyway, my friend wanted the guy to add another ...
2
votes
1answer
383 views
How to interpret Events from Unique Events in Google Analytics?
I'm trying to add some javascript triggered Google Analytics events to a website that is already working with GA.
I've included the following beneath the standard GA script (new ga.js script).
...
0
votes
2answers
101 views
Does Google Analytics track links that use onclick=“parent.location='Something.html' ”?
I am using onclick="parent.location='#'" to make a table into a link, but will Google Analytics see this as a link or will it cause mayhem in the reports?
15
votes
4answers
8k views
How do you exclude yourself from Google Analytics on your website using cookies?
I'm trying to set up an exclusion filter with a browser cookie, so that my own visits to my don't show up in my Google Analytics. I tried 3 different methods and none of them have worked so far. I ...
1
vote
3answers
357 views
What could cause analytics bounce rate to go from ~30% to ~100% in a day?
A month ago, my site had about a 30% bounce rate. One day I pushed some changes to the site, and all the sudden my bounce rate shot straight up to around 98% and my average time on site plumetted to ...
3
votes
2answers
181 views
Does Google Analytics allow custom variables to have a value of zero?
I was interested in tracking the versions of QuickTime my users have installed. As suggested in an earlier question, I have set up a custom variable and built a report around it. Here is my code for ...
2
votes
2answers
200 views
What could artificially increase the bounce rate reported in Google Analytics?
Since deploying Janrain Engage to our website, which includes a javascript snippet that is loaded from their servers, I've noticed about 10-15% increase in our bounce rate. I think this is artificial ...
4
votes
2answers
517 views
Does placing Google Analytics code in an external file affect statistics?
I'm working with an outside software vendor to add Google Analytics code to their web app, so that we can track its usage. Their developer suggested that we place the code in an external ".js" file, ...
2
votes
2answers
222 views
How do i properly use CustomVars in google analytics?
How do i properly use custom vars in google analytics? I used the code below and here is what i notice
i only seen 'one' being in the get request
After 24 hours only 'one' showed up
After commenting ...
6
votes
3answers
7k views
Why would you use document.location.protocol instead of plain // prefixed urls?
For instance Google Analytics uses document.location.protocol in the boilerplate for tracking:
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', ...
6
votes
3answers
668 views
Multiple google analytics instances on a page?
My company creates (and hosts) sites for many different clients. We allow clients to send us tracking code, including Google Analytics, and we put them on the page.
We would also like to include our ...
11
votes
1answer
132 views
What is the benefit of using Google Analytics' asynchronous tracking code compared to the non-asynchronous code?
What, specifically, does the asynchronous code accomplish or allow that the older code does not?