Tagged Questions
0
votes
1answer
58 views
jQuery- call a function/method before submitting a form with js or jQuery
I am trying to call google analytics event tracking method before submitting a form on this page
This is the code that I have now:
$(function() {
$('#findbooking input').each(function(){
...
0
votes
1answer
31 views
Google Analytics - Track Event on Page Exit (Except form submission)
I'm using the following code to track when a user exits a page on my site:
//track on page exit
function storeData(){
_gaq.push(['_trackEvent', 'Application Form', 'exit-form_application_', '', ...
0
votes
1answer
26 views
Google Analytics Event Tracking - Page Exit
I'm trying to track when a user exits the page using the code below but it doesn't seem to be firing the event:
function storeData(){
_gaq.push(['_trackEvent', 'Application Form', ...
0
votes
0answers
62 views
Cross-Domain tracking on Google Analytics
I am using google analytics to track visits across multiple domains. I have followed the instructions google gives here:
...
0
votes
2answers
43 views
Pass custom data to Google Analytics with Goal Tracking
I'm using Google Analytics with goal tracking to track when a user submits a form that is on every page of my website. Currently this tells me when the form has been submitted, but is there a way of ...
0
votes
0answers
24 views
jQuery click event causes incorrect goal attribution in Google Analytics
The symptom: GA shows more goal completions assigned to a page compared to unique pageviews (in a single session).
What GA processing logic says should happen: Any page seen before the goal was ...
1
vote
3answers
79 views
Page with Javascript Isn't Being Tracked by Google Analytics [closed]
I've noticed that my music page with other Javascripts on it is not being tracked by Google Analytics. All of my other pages without javascript are being tracked.
Is there something in my script ...
0
votes
0answers
24 views
Google Analytics (trackpageview) on expand/collapse functionality?
I am really hoping someone can help me out with some Google Analytics and expanding/collapsing text functionality I am having trouble with.
I have the following code which are expandable/collapsible ...
0
votes
2answers
64 views
Does Analytics Script Conflict with Fade-in Effect?
I recently installed my analytics code, but it has been saying for a while that it's not installed.
I can't think of a better place to put it. Does the script interfere with my other script (for the ...
0
votes
1answer
51 views
Google Analytics - Cross Browser Tracking with jquery not adding cookie
I've setup our GA code to handle cross browser tracking across domains.
Our GA code:
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-XXXXXXX-1']);
...
-6
votes
0answers
44 views
Thrown JavaScript Errors [closed]
The website that I am currently working on is throwing up an error infrequently, it seems to happen when i mouse over an element that utilises jQuery while the page is loading. The webpage is:
...
1
vote
0answers
74 views
Show Google Analytics data with automatic authorization in website?
I have this js to render charts from Google Analytics data below using the ga-ez-dash library to show user visits history, browser history etc.
I am able to ...
1
vote
2answers
94 views
How to trigger submit form using jQuery
I am trying to track comments on blog posts via Google Universal Analytics. I want the label to pick up the name of the blog post so I'm using jQuery to fire the event.
So far I have the following ...
1
vote
1answer
41 views
Setting a Google Analytics event inside an Ajax form
I am trying to set a Google Analytics event on a lightbox contact form of a WP plugin.
I have added the onSubmit call inside the and although it renders well without problem, the events are not ...
0
votes
0answers
25 views
Minimise failure rate of captured jquery click events
I am using jquery to fire events when users interact with different elements (primarily click events) and then submit them to Google Analytics. What are ways to minimise potential failure in click ...
2
votes
1answer
172 views
using Javascript within Google Analytics event tracking code to automate category naming
So I'm attempting to implement some google analytics event tracking on dynamically generated pages. I'll be using something like
<script>
$(document).ready(function(){
...
0
votes
3answers
302 views
Events not being tracked in new Google Analytics (analytics.js) setup
I have a website that I am using the new Universal Analytics (analytics.js) to track. Everything is setup and working (pageviews, referrals, etc.) using the following code snippet:
<script>
...
-1
votes
2answers
66 views
Binding multiple Events - Javascript syntax?
Is there something wrong with my syntax? The first event was working fine until I started adding multiple events. Now, no event tracking seems to be working at all.
I've checked for any typo's etc.
...
1
vote
0answers
40 views
Measure and compare differences between own server and CDN
I have been serving my own jquery.js and recently stumbled upon the idea of using google's CDN.
I am very interested in switching to it because of its advertised reasons, but I want to measure its ...
0
votes
2answers
60 views
Google Analytics - Tracking Song Plays
Since I'm using a Javascript to play HTML5 audio, would it be possible to somehow integrate a script that would send the amount of play requests for each song and the title to Google Analytics?
I'm ...
0
votes
0answers
55 views
Using jQuery to fire Google Analytics trackEvent on Tumblr [closed]
Has anyone ever used the custom HTML of a tumblr and tried to dynamically fire Google Analytics trackEvent using jQuery? Trying to automate data collection and get more granular than just the ...
7
votes
4answers
104 views
Why aren't prototype changes passed by reference to a method?
Google Analytics initially uses a _gaq [object Array]. Passing an array to a function is in JavaScript passing an object, thus by reference.
(Edit: As pointed out in answers, the reference is passed ...
0
votes
2answers
159 views
Open external link in new window and track outbound click event
I am using the code below to track outbound links in google analytics ( found it somewhere on this site ). I have 2 issues coming up:
Sometimes, the e.currentTarget.host part of the output shows my ...
0
votes
0answers
131 views
Tracking AJAX Request Using Google Analytics
I was looking for a way to track a AJAX requests using Google Analytics. I found a lot of articles about it. However, All of them were providing similar solution like this SO Question. But this is not ...
2
votes
1answer
147 views
How to track Mobile site video events in Google Analytics?
In our desktop site we're including MP4 videos with mediaelement js player. We're currently tracking video events using Google Analytics plugin but we're confused how this will work with our jQuery ...
0
votes
1answer
76 views
Google Analytics Custom Variables on Click
I am trying to fire a custom varible to Google Analytics on Click. I have a web page which has different languages and my client wants to have a custom varable record these when clicked. (The click ...
0
votes
2answers
150 views
Trouble tracking Facebook Like button with Google Analytics
I'm trying to track my Facebook likes with Google Analytics.
What I planned on doing was adding a jQuery event listener on the like button.
The like button is contained within a form with the id of ...
0
votes
1answer
70 views
Track where visitor came from using jQuery? [duplicate]
I want to find a way to track where a visitor has come from. Almost like a mini-Google Analytics. I've got a widget people put on their site, and i want to find out if the users have come from for ...
0
votes
1answer
78 views
Looping through table to return transaction information for _addItem() in Google Analytics Ecommerce
I am trying to set up an ecommerce site's receipt page to push ecommerce data back to Google Analytics. I'm stuck on populating the _addItem() method with sku, name, price, and quantity for each item ...
0
votes
1answer
68 views
Javascript Variable within Javascript [closed]
I am trying to do a bit of dom reversal to get GA Ecommerece working.
All the information is on the checkout page and I can get the variables that I need into the various variables.
I then need to ...
4
votes
4answers
560 views
If Google Analytics goes down, how do I keep my site working?
Ok it's 19 Jan 2013 22:30 NZST and most of the internet seems to have come to a crawl as Google Analytics seems to be running really slow. Stackoverflow, Firefox.com, reddit and google searches are ...
0
votes
1answer
184 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
...
3
votes
1answer
102 views
Adding any additional JavaScript is breaking functionality within jQuery modal
I have a page created by someone else that contains modal windows, and each modal window has links/images that display on hover. FYI, I have a very limited understanding of JavaScript and jQuery.
...
3
votes
2answers
478 views
Does google analytics count Ajax request?
On document ready I use this script
jQuery.ajax({
url:"http://www.other_web_site.com/",
type:'POST',
success: function(data) {
// do nothing
}}
www.other_web_site.com is ...
0
votes
1answer
64 views
Google Analytics style number incrementing
I'm making an add-on for a fundraising site where it automatically updates the amount raised without having to refresh. I'm able to get the new amount without a problem, but instead of fading in/out ...
0
votes
1answer
108 views
Not able to successfully add Google Analytics Event Tag to link created by .attr
I am working with jQuery code created by someone else, and I am very new to jQuery (fair warning).
I need to add google event tags to the links the jQuery is creating. This jQuery is for a modal ...
0
votes
1answer
102 views
phone numbers for mobile devices with tracking code
The users of a TYPO3 can add a phone number (as text) like so +49(0)1234/567890. This leads to the following HTML output.
<p class="bodytext">Some Text<br>
Telephone: ...
0
votes
2answers
148 views
How to delay jquery events for google analytics
I am using jquery to log clicks on anchors to google analytics.
I have code like the following, that wires up the event:
$(document).delegate("a[rel='mylink']", "Click", function (e) {
//log to ...
2
votes
1answer
223 views
google analytics and pinterest event tracking
i wanted to get some opinions on the best way to track pining events as of today(11/30/12). It's my understanding pinterest is working on an api that will hopefully have real callbackmethods like fb ...
0
votes
0answers
57 views
External Links for Google Analytics
So I have some code that should be pushing Google Analytics event tracking for any external links. It is working on my test site but it does not appear to be working in production. However, I do not ...
0
votes
1answer
72 views
dynamically embedded google analytics from widget
var script2 = document.createElement( 'script' );
script2.value = "var _gaq = _gaq || [];_gaq.push(['_setAccount', 'UA-xxxxxx-1']);_gaq.push(['_setDomainName', ...
1
vote
1answer
82 views
Request to Google Analytics sent but event not recorded
I am trying to track outbound links with the following script :
$(document).ready(function(){
_gaq.push(['_setAccount', 'UA-XXXXXXX-XX']); //hidden number, well configured
//works
...
0
votes
4answers
703 views
checking if the Google Analytics _gaq object is loaded and available
I have some Google Analytics Tracking Code (GATC) on my site which triggers calls to the _gaq.push method in Google's code.
In the scenario that GA is not available, or _gaq has not loaded, I want to ...
0
votes
1answer
272 views
Google Analytics Referral from 301 Redirect
We have a site where we use some custom javascript to rollup all subdomains and external domains into one domain. That is all working. However, the main domain shows as a referral and is breaking the ...
0
votes
1answer
153 views
jQuery Cycle - google analytics event tracking in paging thumbs
I’m trying to apply Google Analytics event tagging to jQ Cycle pager thumbnails.
Initially I’ve got the main slides working fine with the ga event tracking script applied to those, and thumbnail ...
0
votes
0answers
85 views
google ecommerce tracking addItems
I am Trying to accomplish ecommerce tracking with pure javascript.
Here is my Code:
jQuery(document).ready( function (){
belegnummer = jQuery("#belegnr").text();
kundennummer = ...
1
vote
2answers
180 views
Track Click inside a iframe
I want to track with a google analytics event the click on a href that is inside a iframe on my page. The iframe is in the same domain.
Is it possible? how?
The iframe is insert dynamically on the ...
0
votes
2answers
488 views
Pull google analytics data to my own admin panel
I am making my own custom admin panel (python) and I want to display my Google analytic data in there, rather than having to log into my Google analytics's page separately to view it there.
Is there ...
-1
votes
2answers
177 views
Google analytics conflicting with JQuery code
I am having an issue where Google analytics is conflicting with my code. The system I am working on loads Google analytics as the first script. This cant be changed, so i need to find a way out of ...
0
votes
1answer
129 views
jQuery Mobile Website - Hide Google Analytics Tracking Code
I've developed a mobile application with the "Mobilize" mobile website theme from Themeforest, which uses jQuery. I have Google Analytics for Mobile Websites code inserted into each page I want to ...

