0
votes
1answer
26 views

How does Google Analytics tag users in Custom Variables?

We have an page that is shown inside a software tool we have. It's a sort of "starterpage" that shows up when you start it. Our software is available as Free, Pro, and Trial. I have set up my ...
1
vote
1answer
16 views

JavaScript: reduce Google Analytics / Yandex.Metrica to referrer and screen size

I don't feel comfortable embedding an external JavaScript on my site to do all kinds of tracking that I don't actually need. What I do need is referrer and screen size, which cannot be accomplished ...
2
votes
1answer
95 views

Test Google Analytics from localhost

I've seen this: Can you test google analytics on a localhost address? and Getting Google Analytics to see a test server followed what was suggested, but nothing works. What I did: Edited my hosts ...
1
vote
0answers
397 views

Google Analytics keeps saying tracking not installed but

Im having an issue with Google analytics. Originally i had it in the footer and it was showing that tracking was not installed. I just moved it up to the head and the analytics profile is still ...
9
votes
2answers
253 views

Average Visit Duration spikes at midnight

Last thursday I implemented a change to our GA script - I added the Enhanced Link Attribution and added the setDomainName attribute. Since then, most of our stats are fine, but the Average Visit ...
0
votes
1answer
90 views

GA Event Tracking Not Working

Can anyone see a problem with the code here for tracking this button? Fixed it from the previous post and still nothing with the new code: <form id="constant-contact-signup2" ...
1
vote
1answer
101 views

Cannot get Google Analytics Event tracking to work

Trying to track a contact form with no separate landing page. Event tracking will not show up in GA. Cannot see what I'm doing wrong. Any pointers? <p><input class="submit contact-button" ...
0
votes
1answer
32 views

Google Event Tracking Code Problems [closed]

Can anyone see a problem with the code here for tracking this button? <form id="constant-contact-signup2" action="http://www.truckingoffice.com/trucking-software-blog" method="post"> <div ...
0
votes
1answer
45 views

google analytics javascript security - property ID public

I've read the following question: Security on Google Analytics and other client-side analytics tools? But I need an even simpler answer. Per the google analytics site, I've put the following code in ...
0
votes
2answers
105 views

Any alternative solution for web analytics other than cookies to get 100% accurate data?

Cookies are commonly used in most of the existing web anlytics. Eg:Google Anlaytics, Drawbacks: Suppose user had disabled the cookies in browser. Then how come web analytics collects the user ...
2
votes
2answers
159 views

Using Google Analytics without Javascript?

Is it possible to use the Google Analytics code on a website which does not support javascript or any server side scripting? (For example a profile page on a website which allows to use only HTML). I ...
0
votes
0answers
55 views

Google Analytics track event in another JS

I've got a simple HTML5+Javascript game and want to track some events in it using GA. I have this in the main html file: <!DOCTYPE html> <html lang="en"> <head> <meta ...
0
votes
0answers
31 views

How do you integrate Google Analytics + Unsigned Google Checkout BUTTON?

I have a monthly recurring subscription button using Google checkout, which I need to track via Google analytics. In terms of tracking I need to be able to track from where my visitors - that are ...
0
votes
1answer
182 views

HTML5 Appcache causing problems with Google Analytics

I have an appcache file on my website which looks like this: CACHE MANIFEST # V1.691 1-18-2013 10:57 PM # cache index.html about.html services.html contact.html css/signika.css css/mq.css ...
0
votes
1answer
46 views

How to edit html in GateIn UXP

My site is a portal created with GateIn UXP. I would like to see the statistics of the portal using Google Analytics. The problem is I have to paste some code from Google Analytics and I can not find ...
0
votes
2answers
130 views

Split A/B Testing

I have a website that is hosted with Weebly.com and an unable to get it set up for split testing with google analytics. There are 3 attachments: Shown in the attachment is my error notice. The ...
1
vote
1answer
73 views

Is it possible to add multiple google analytics separately to a single page

I need to add two google analytics to a single page Script 1 <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-xxxxxx-1']); ...
0
votes
1answer
53 views

Google Analytics: One page tracking multiple queries

I have a simple PHP/HTML website that contains 3 steps of user input requirements. A pseudo flow process would look like: (Page 1) Step 1: Enter x_input (Page 2) Step 2: Enter y_input (Page 3) Step ...
1
vote
0answers
59 views

Do HTML elements with onclick=“window.location” contribute to Google Analytics bounce statistics? [closed]

I have several DIVs on the homepage which have the attribute: onclick="window.location" All of these DIVs direct the user to an internal page, e.g. onclick="window.location='/start_here'" ...
1
vote
0answers
82 views

Should I add the _TrackPageview Snippet to the <a> tag or somewhere in the JavaScript Container that fires when a link is clicked?

I am trying to set up virtual pageviews for when a user clicks on buttons that are currently hosted in a lightbox. I know that on a normal page, I just need to add the snippet in the <a> tag, ...
0
votes
2answers
239 views

Google Analytics Tracking Code Will Not Fire on “3rd Party” Domain

The tracking code on the site in question, "site2", appears as follows: <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-XXXXXXXX-1']); ...
0
votes
3answers
100 views

Google Analytics code is not working

This Google Analytics code is not working. I cannot see any visitors, and events are not triggered. Any ideas? THANKS. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" ...
1
vote
0answers
64 views

Using Google Analytics to make a Poll based on link clicks

So I know google analytics can track my page links, but how can I get the number of clicks as raw data and reincoorporate it into the HTML? I have two images in anchor tags, the user can "vote" for ...
1
vote
1answer
72 views

Using many element ids on a html page advisable? [closed]

I would like to consider a case that i have an html page and I would want to parse element's information using javascript and using it for #googleanalytics tracking However I have a concern is it ...
1
vote
1answer
190 views

google analytics filter setting for cross domain tracking

Has everyone try to modify cross-domain profile with a filter to show the full domain in content reports? How long this changes will take effect? I followed the following steps. But nothing change. ...
1
vote
2answers
100 views

How to measure Greasemonkey downloads in Google analytics

I've got a greasemonkey (.user.js) file people can download on my webpage. I'd like to keep track of how many times it has been downloaded. I could use ...
2
votes
2answers
91 views

Possible to load multiple Google scripts in one file

I was just wondering if anyone knew how - or if it's even possible - to load multiple Google scripts in one file? See because on some of my pages I'm loading up to three or more Google scripts: ...
0
votes
1answer
110 views

Cut page title with Google Analytics filters

Question: I'm trying to use some regex to cut off a section of the page title, so the results in one of my dashboards is less cluttered. Example: Page title: Apartment in Sunny Valley(id: 3242) - ...
6
votes
1answer
601 views

Google analytics for HTML inside ios native app

I've build an ios application that is having static HTML pages. I'm using uiwebview to create container for my HTML pages. Now I want to use google analytics for my pages. I've downloaded its SDK and ...
-1
votes
1answer
78 views

Do HTML5 iFrame Sandbox counts views?

Does setting the html5 iframe sandbox attribute stop google analytics measuring page views, because the scripts is not allowed when sandbox is set? <iframe id="iframe_auto" src="" scrolling="yes" ...
0
votes
0answers
104 views

embed google analytics report in my web page in a iframe

How to embed the google analytics report in an iframe? Using the below code just displays the page but does not respond to when I click sign-in. <iframe src="https://www.google.com/analytics/" ...
0
votes
1answer
47 views

Not able to sign-in from an iframe which contains google analytics page

I wanted to use an iframe which displays some metrics that the google analytics is tracking for me. I used it like this: <iframe src="https://www.google.com/analytics/" style="width: 1158px; ...
0
votes
2answers
159 views

Is there a way to hide my referrer site on Google Analytics

Is there a way to hide my referrer site on Google Analytics Example: Referrer site is: referrer.com <a href="example.com">CLICK HERE</a> I do not want to appear referrer.com on Google ...
2
votes
3answers
304 views

If I put a rel=“nofollow” will the referrer site will appear on Google Analytics of example.com?

If I put a rel="nofollow" will the referrer site will appear on Google Analytics of example.com? Example: Referrer site is: referrer.com <a href="example.com" rel="nofollow"></a>
0
votes
1answer
2k views

Google analytics and iframe content - will all tracking work?

I've seen a bunch of posts on here about google analytics tracking and iframes and how there could be some issues. Also have seen this: ...
3
votes
1answer
883 views

Why aren't results from Google Analytics Content Experiments showing?

First of all let me quickly run-down my setup for you. We have multiple domains and for that reason I use tracking code which sends the traffic to 2 different profiles at the same time. One profile ...
0
votes
0answers
87 views

Unable to view subfolders of a url in google analytics page

I am new to Google Analytics. I have some javascript, html, backbone code. I have inserted the google analytics tracking code in the Master Page of my project <script type="text/javascript"> ...
0
votes
1answer
351 views

google analytics tracking link clicks

I was wondering how would i go about adding a simple tracking to a certain link on a site I am developing for a client I am using google analytics for tracking the source of the incoming traffic and ...
0
votes
0answers
162 views

Converting A Bookmarklet Code Snippet Into A Google Chrome Extension

I've got this little snippet of code below which when applied onto Google Analytics Realtime Page causes the count of visitors to be displayed as the title of the page with autorefreshing, i.e. it is ...
3
votes
5answers
4k views

Google analytics in header or footer?

My questions is, do you put Google Analytics Javascript code in the header or at the very bottom of the page (before </body>). I've heard people say it's best to put Google Analytics Javascript ...
0
votes
3answers
151 views

Analytics on test site + live site

We are deploying .war servlet,s on test and live. I can't be bothered putting conditional code to include analytics or not, can I use same code on both sites, and will analytics ONLY show the stats ...
0
votes
2answers
64 views

google analyics Javascript ssl version

I just noticed in Firebug that the ssl version of the ga.js file appears to be smaller than the normal version. I was wonder could someone explain this to me. and if it is smaller why don't people ...
0
votes
3answers
995 views

Where Do I Place Google Analytics Code Inside .ASPX Page?

I just signed up with google analytics and I am trying to find where to add the tracking code on my page. I know how insert in basic html pages, I just have inherited a site that is a .aspx
1
vote
1answer
1k views

Using __utm.gif for google analytic to track the open rate

I have found the google analytics have actually the gif for me to add in the email, but i am not sure whether the parameter setting is apporpriate I follow some suggestion on internet, the only ...
0
votes
0answers
387 views

Use Google analytics to track open rates of email?

Since email is a html page, and exclude all the javascript. Therefore, how can i add the track code in the email ? Also, is there any way to integrate the campaign result in my webpage(Which mean i ...
1
vote
1answer
618 views

How to use Google analytics to track open rates, click rates in a email?

I have read the document and there is a track code should be able to help me. However, how can i actually use it to get the open rates, url click rates? For the open rates: I am using swiftmailer to ...
0
votes
3answers
523 views

Google Analytics Tracking - Extensible parameter (utme) not showing in _utm.gif request

Inspecting _utm.gif I've determined the Extensible Parameter utme is not being passed. I don't see it at all when I inspect it with Firebug. I'm trying to track an event with Google Analytics - a ...
3
votes
3answers
403 views

Checking if Google Analytics has (asynchronously) finished tracking my page

How can I check to see if the Google Analytics asynchronous snippet has finished tracking the webpage before I (for example) redirect the user? if(gaFinished()) { .... what should gaFinished() ...
0
votes
4answers
651 views

Google Analytics in PHP Header?

I am new to PHP but learning slowly. Problem I have is including Google Analytics in my header. I have created a separate php file for the code but my issue is including this in the PHP HEADER file ...
88
votes
7answers
47k 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 ...

1 2