0
votes
0answers
8 views
Tools to generate reportanalytics feeds from google
Can you recommend any programmable tools/extensions that can be used to generate reports out of google analytics feed on th fly? Essentially some kind of pdf generator from feed, not sure though.
Or …
5
votes
10answers
485 views
When is Google Analytics not good enough?
I'm trying to determine why an enterprise wouldn't want to use Google Analytics.
Here are the main reasons I've seen mentioned:
Inability to track clients that have Javascript disabled.
Lack of …
7
votes
2answers
303 views
Google analytics, why have two script blocks?
Why does the Google Analytics script I add to my webpage need to come in two script blocks?
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? …
2
votes
4answers
469 views
Google Analytics - Blocks HTML/page rendering
I have used the "Better Google Analytics JavaScript that doesn’t block page downloading" to load Google Analytics dynamically so that it will not block HTML / page rendering.
However, it appears …
0
votes
0answers
26 views
Cause Google Analytics log from non-web application (eg. via WebClient)
I'd like to gather some stats about the usage of my application, and since I already have web stats in Google Analytics, I thought it'd be cool if I could send a request from the app that causes a hit …
3
votes
4answers
171 views
Browser support for <script async=”true” />?
Today Google announced the support for asynchronous Google Analytics tracking.
The asynchronous tracking is achieved using the async directive for the <script> tag.
Which browsers support the …
0
votes
1answer
56 views
Really Custom Reporting in Google Analytics
I have a client who is currently using WebTrends for their analytics, and is considering making a move to Google Analytics.
However, from what I can tell, there is very little custom reporting …
4
votes
6answers
862 views
How do I dynamically load Google Analytics JavaScript?
Without using any other JS frameworks (dojo, jquery, etc), how would I dynamically load Google Analytic's javascript to be used on a web page for web-tracking?
The typical appropriate to dynamically …
1
vote
3answers
35 views
HTML valid way of tracking outbound links via Google Analytics?
I am using http://bit.ly/5NNAIa, and I have it tracking an outbound link, but I want my page to be valid.
This is the error I am getting: There is no "OnCick" attribute
The HTML is:
<p>View …
0
votes
0answers
19 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 …
1
vote
2answers
60 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, …
0
votes
4answers
84 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 …
1
vote
7answers
162 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 …
2
votes
2answers
72 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 …
1
vote
1answer
48 views
Problem dispatching with google mobile analytics for iphone
I have integrated Google mobile analytics into my iphone app, but for some reason the page views and events are not dispatching.
I put this into my app delegate applicationDidFinishLaunching method …
