0
votes
0answers
21 views

Track one ajax form submission to several emails in Google Analytics

I have an ajax form that submits to several emails based on which boxes are checked. I would like to be able to track in google analytics which companies the form email was sent to - not just the form ...
0
votes
0answers
38 views

Tracking Ajax partial search result update in google analytics

My situation is as follows: Using primefaces, I load an initial set of results that are stored in an arraylist, and each ajax request simply filters this list and re-draws the result. In my GA page, ...
1
vote
1answer
42 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
2answers
179 views

How to set up AJAX call tracking in Google Analytics?

I created my google analytics account. And copied and pasted the code provided into my index.php file. It seems to me that it works as I can see calls to www.google-analytics.com from firebug. Now I ...
0
votes
0answers
55 views

Google Analytics event tracking not firing in Ajax request

I have the following snippet of code: $(document).ajaxStart(function(){ $('#thanks').modal(); $('#thanks').on('shown', function () { _gaq.push(['_trackEvent', 'Form Submit', ...
0
votes
0answers
148 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 ...
0
votes
1answer
125 views

Want to track AJAX newsletter signup as Google Analytics event

I need to track newsletter signups as events in Google Analytics. Where do I place the event tracking code? I know I have to place it where the "successful signup" validation is, but I don't know what ...
4
votes
4answers
614 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 ...
3
votes
2answers
513 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
2answers
166 views

Google Analytics causing 500 internal error

Using this code generated from googles analytic product: (information censored) <meta name="google-site-verification" content="xxxxxxxxxxxx" /> <script type="text/javascript"> var ...
1
vote
1answer
96 views

Why a 1x1 GIF instead of XHR?

Simple question: why do client-side scripts (like ga.js from Google Analytics) send data to the server in the form of query params embedded in a 1x1 GIF request? Why not use XMLHttpRequest? Is it ...
0
votes
1answer
120 views

Using Google Analytics on a jQuery Mobile app that runs entirely off the phone

I have made an app using jQuery mobile and phoneGap, and read its good to put Google Analytics on there. I just a little confused because most of the app (pages etc... ) runs from the index.html file ...
1
vote
3answers
736 views

is _gaq.push not working properly?

I am trying to track my pages via google analytics, here is my code var _gaq = _gaq || []; _gaq.push(['_setAccount', 'XXXXXXXXXX']); _gaq.push(['_setDomainName', 'somesite.com']); ...
0
votes
4answers
258 views

How to track # ajax links in Analytics?

I have basic single page website with the normal Google Analytic code: var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-##-##']); _gaq.push(['_trackPageview']); (function() { var ga ...
0
votes
1answer
55 views

script to auto-generate ajax url's for google analytics?

I inherited a site that's completely built using Ajax so I'm using this code to detect pageloads: (the standard GA code) var _gaq=[["_setAccount","UA-#######-#"],["_trackPageview"]]; ...
10
votes
2answers
4k views

Scraping Real Time Visitors from Google Analytics

I have a lot of sites and want to build a dashboard showing the number of real time visitors on each of them on a single page. (would anyone else want this?) Right now the only way to view this ...
0
votes
2answers
458 views

Can Google track nested hashbang URLs?

I've created a onepager website where google is able to track the ajax loaded content of the main site by loading each content via the !#my-url <-> _escaped_fragment_ "translation" In one of those ...
1
vote
1answer
71 views

How to track how many views a ajax post was seen?

I have something similar to twitter's feeds where we load it in real-time. How do i track how many people have seen a tweet? I am not talking about if you go to domain.com/post/32434 and that loads a ...
5
votes
2answers
109 views

Is there a NavigationTiming interface available on XMLHttpRequests?

The window.performance object exposes information about performance of the last page load done by the browser, including dns lookup times among others. However, I haven't been able to find anything ...
0
votes
1answer
80 views

I need Google Analytics to ignore HTML snippets that my page loads from DB

Currently, my web page grabs from the DB a different set of HTML snippets for each user and inserts them at the end of the body. Some of the snippets load external resources, which sometimes load ...
0
votes
2answers
198 views

stop sending google analytics cookie with ajax calls

I am using Google Analytics on an ajax heavy website. I have a timer on the website, making an XMLHttpRequest every few seconds. With every request, browser sends the Google Analytics cookies to my ...
1
vote
2answers
188 views

get requested ajax url with $.ajaxsetup complete

I'm trying to implement google analytics code into our system that is mainly ajax driven calls. I have setup $.ajaxSetup to handle some default ajax behaviour and want to pass the requested url to the ...
1
vote
2answers
1k views

How to monitor a single page web app?

I wonder how one would monitor a single page web app so you can see what the user does in your app, what "pages" he visited etc. Kinda like Google Analytics with statistics for a lot of things.
5
votes
2answers
2k views

Using Google Analytics to track AJAX requests

I'm changing a big section of a website to use jQuery Address' deep linking AJAX features. I'm using URIs like mysite.com/#!/page1/subpage/ and so on. I've read a good bit about tracking traffic with ...
2
votes
1answer
652 views

How to track AJAX GET requests & PDF downloads with Google Analytics?

I'm retrieving content via a jQuery get Ajax call and add it to an element afterwards. The HTML code is added without any problem, just the JS code gets lost. What am I doing wrong? When I look at the ...
4
votes
1answer
1k views

How should I handle tracking fragment page views in Google Analytics?

I've been searching through the Google Analytics documentation, but I still don't understand how I should track page views for a single "page" site that uses ajax to reveal different views. I use ...
0
votes
2answers
752 views

Google analytics and loading a page using ajax GET request

I have a mobile site which completely runs using AJAX, and hash code, basically each page click is a link, such as <a href='http://some-domain.com/my-page-122.php" ...
0
votes
1answer
521 views

Google Analytics _trackPageview AJAX requests 100% bounce rates

I have a form (made up of a few stages) that is loaded via ajax, and as I move between stages I want to track it in Google Analytics as a PageView. I have this working ok, but I am getting an overall ...
0
votes
1answer
288 views

Google Analytics _trackEvent - always root of site

I am trying to do some quite strange stuff with Google Analytics, I will try and explain as best as possible. I have a holding site, that loads a form in via jQuery, the main site has its own ...
0
votes
3answers
1k views

Use events or virtual pageviews for Google Analytics and ajax

What makes more sense (or is proper according to google)? Registering an event or a virtual pageview with Google Analytics when tracking navigation through a webpage with heavy use of ajax? I had ...
1
vote
1answer
208 views

Can Google Analytics be loaded via AJAX?

The typical Google Analytics code (or rather - the one I was told to add) looks like this: <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', ...
7
votes
4answers
825 views

Should I load an entire html page with AJAX?

My designer thought it was a good idea to create a transition between different pages. Essentially only the content part will reload (header and footer stay intact), and only the content div should ...
1
vote
1answer
1k views

Track goals ajax form with Google Analytics

Thank you for taking the time to read my question. I have an ajax form on my website and I'm trying to track the signups. I have read multiples post on SO on the subject but cant make it work. This ...
1
vote
1answer
111 views

Anyone know how is Google analytics implemented? [closed]

I mean how google analytics gathering data from client side. My guess is that GA put js code in client side, and using the js as interceptor to send client data to data gathering server using ajax ...
1
vote
1answer
505 views

Google Goal Tracking - CFormsII Plugin - AJAX

I have a Wordpress site with the CFormsII plugin installed using AJAX. I've been researching and trying to find out how to integrate Google event tracking code. I've found multiple examples but ...
2
votes
3answers
780 views

How do I track AJAX sections in Magento Onepage with Google Analytics Async

I have a magento store and I am trying to track the progress of users at the checkout process. I have the Onepage checkout enabled - which does some ajax stuff to essentially load 6 different steps ...
0
votes
3answers
234 views

jQuery .live event propagation

I have a little problem with jQuery .live method. I am using it for catching ajax events for Google Analytics on my website, but in case I have a link with an inner image, the click event is fired up ...
1
vote
1answer
189 views

Google Analytics with asynchronous Calls to two different accounts

I have a flash site that calls a JavaScript function to track events inside of the application, the _gaq is already implemented in the section of the html and it works perfectly fine with one ...
2
votes
1answer
282 views

Analytics Bounce, Exit Rate on Ajax results

Hope someone can advise me on how Google Analytics performs it query's in relation to bounce,exit rates. We have a site which we recently performed a major upgrade. We have noticed a huge bounce and ...
1
vote
1answer
1k views

jquery address google analytics

I'm using the popular jquery address with an ajax app. I want google analytics to record path hash changes, as those are the equivalent of new pages for me. The address documentation mentions GA, but ...
0
votes
1answer
1k views

How do I log ajax requests in Google Analytics?

I am trying to log JavaScript events such as AJAX and click events using Google Analytics. I have done some reading on Google Analytics and it seems I need to use _trackPageView and _trackEvent. I ...
1
vote
2answers
424 views

Using Ajax with Google Analytics

I'm creating a site where the main content is changed by Ajax calls, and I want to add Google Analytics code (using the async _gaq method). I understand I need to push a _trackPageview event with the ...
1
vote
1answer
1k views

Tracking goals on AJAX calls in Google Analytics

On my website the goal that I want to track is actually attached to an AJAX call rather than a specific URL. Is there anyway to track that in Google Analytics? Note: I am using JQuery. The only ...
0
votes
1answer
133 views

Crawlable ajax pages

I've read about Google and Google's possibility to crawl ajax pages using hash followed by a exclamation mark in the url, #! ( http://code.google.com/web/ajaxcrawling/docs/getting-started.html ) I ...
1
vote
3answers
703 views

What does Google Analytics use to keep track of user activity?

just wondering if anyone knows what technologies are used by the tracking software? Edit: I meant client-side. How is data sent to the Google API? Long polling? Streaming? =) Thanks guys!
0
votes
1answer
408 views

Using Google Analytics with an Ajax webapp

So I've got an Ajax-based webapp. The homepage serves most - almost all - of the site's functionality. It's split into 3 columns, and the first two are loaded from the page's HTML. The third column is ...
0
votes
1answer
40 views

Is there a way in Google Analytics to check the javascript hashes typed in the URL?

I mean, for example an user types an address like this http://www.mydomain.com/#hi_guys Where may I handle this kind of hashes in Google Analytics? Thank you.
1
vote
3answers
3k views

Google Ajax search API

I'm wondering, is it possible to receive google results over their own ajax API in a way like, 100 results per page? Without a visible search field, I'd like to get the results in the background to ...
0
votes
2answers
134 views

Does preloading content from a page skew my google analytics stats?

I'd like to write myself a simple script that uses AJAX to load the content from each page on my main navbar into a hidden div on the current page. This is just so that I can preload as much of my ...
1
vote
2answers
2k views

How to track different button clicks with Google Analytics and AJAX?

I have several pages, let's call them A, B and C. Each of these pages has a form where the user can type in some information and click a button to send those information to the server. This button ...

1 2