1
vote
2answers
55 views
Google Analytics - can it collect form data?
Simple scenario:
I have a signup form, with user name, password, email address, may be credit card number.
At the bottom of the page, I implement the Google Analytics code.
when user clicks submit, …
1
vote
7answers
158 views
Is Google Analytics Accurate?
My records show a particular page of my web site was visited 609 times between July 2 and November 15.
Google Analytics reports only 238 page views during that time.
I can't explain this …
0
votes
0answers
16 views
Google analytics suggest users exits a goal funnel when the user moves to the previous step in a wizard
I currently have a bit of a weird setup as I'm running my webapp iframed with cookieless sessions (note that the tracking code is inside the iFrame, and I only want to track what's going on inside the …
2
votes
2answers
59 views
How to track Ajax requests using Google Analytics?
I'm trying to use Google Analytics to track any Ajax request made by my web application (in my case built on ExtJS, but it doesn't matter right now).
I wrote few lines of code to track all Ajax …
0
votes
4answers
79 views
Is there a lighter version of Google Analytics for Flash
40k of compiled code seems like a lot to me to be making some straightforward flash-javascript calls and makes GA unsuitable for banner ad work as well.
Does anyone know if there is a 'lite' version …
0
votes
6answers
42 views
PHP GET question - calling from a POST call
I have a quick question i hope you guys can answer, i've got a search system that uses POST to do searches, now i want to track queries using Google Analytics but it requires using GET url parameters …
5
votes
5answers
141 views
Why does Google unescape their Analytics tracking code?
Just getting off my JavaScript training wheels.
Why does Google choose to unescape the document.write line in Part 1 below?
Why don't they just write it like this? Maybe unescape is required for …
0
votes
1answer
26 views
Website Session Analysis
I'd like to know the best way to deep dive into the flow of my users. For example, I have 4 pages in my flow, how can I analyze which users abandon on which step? I can definitely do it by hand with …
0
votes
0answers
46 views
Site compromised, has anyone seen this hack before? - googleanalyticsresearchengine.eu [closed]
Hi,
One of our sites has been compromised and we have had a warning email from google. The site has been blocked by Google in Firefox, has anyone seen this type of attack before?
Of the 1 pages …
0
votes
1answer
18 views
How to divide a search query into sub queries?
I am just wondering if there is an algorithm that can divide a user input query for a search engine into a set of sub queries.
for example if the entered query is
"plcae to stay and eat"
the sub …
0
votes
0answers
22 views
Google Analytics to track FireFox extension use
Hi all,
I'm developing a Firefox extension and would like to track its use with google analytics, but I can't get it working.
I've tried manually calling a funstion from ga.js, but that didn't work …
0
votes
3answers
60 views
How to Add script codes before the </body> tag ASP.NET
Heres the problem,
In Masterpage, the google analytics code were pasted before the end of body tag.
In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript …
4
votes
2answers
57 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 …
2
votes
2answers
45 views
How to Master Google Analytics
My task is to tweak Google Analytics to fit complex needs for statistics of our website.
Google Analytics looks quite straightforward but on the other hand it seems to have lots of advanced features …
0
votes
5answers
79 views
Google Analytics code: can it go before in the document?
Google recommends to put the analytics code just before the <body> tag. I'm trying to integrate ecommerce in my site and it'd be easier to call pageTracker._addTrans from other places than the …
