Three questions for iPhone developers using Google Analytics within their apps for tracking use of their apps:
Will using Google Analytics cause us to be in breach of the terms and conditions of the Apple SDK 4 for developers?
If the answer to #1 is YES, then what are we -- as iPhone developers -- allowed to use to track usage of our a...
Hey All,
Just want to thank everyone in advance for the help and information gathered.
Here is basically what I'm trying to accomplish:
I need sub-domain visitor statistics to be tracked in a
single profile, show up as the referring site and still allow for event tracking
I have read this, http://code.google.com/apis/analytics/docs...
Simple true or false: Having Google Analytics installed on your page will automatically cause that page to be indexed by Google and appear in their search results.
...
I'm using the Django Redirect app (http://docs.djangoproject.com/en/
dev/ref/contrib/redirects/) but I'd like to have Google Analytics
track the urls that's I'm redirecting. Is there an standard way to do
something like this without hacking the Django core?
...
Hello,
I was wondering if its possible with Google Analytics to send real-time HTTP notifications to say PHP when a user visits my website. If not, I am curious about any real-time notifications that Google Analytics can send to me when a user visits my site. Thanks!
EDIT::Just came across Piwik and it says that it is realtime... does ...
I was wondering what kind of model / method / technique Trendly might use to achieve this model:
[It tries to find the moments where significant changes set in and ignores random movements]
Any pointers very welcome! :)
...
I have installed a Google Custom Search engine on our site which shows the search results in www.domain.com/search/results.php?q=search+term
Google Analytics is set to track search terms using the "q" variable (without the quotes). The Destination Pages report is not showing the pages that the user visits after a search but is showing t...
Hey everyone,
i hear different things from different people on that topic and nobody is really sure. Also a quick google search doesn't reveal anything informative.
The question is: when using Flurry Analytics (or Google Analytics or whatever analytics tool) in an Android App. Do i need to inform the users in form an EULA or something si...
On a given page, in addition to normal GA call, I am making an event call, and what we call a "phantom URL" call. The normal call seems to be recorded in GA, I can run a report on it, but neither event call, nor a "phaontom url" call are recorded.
Here's the javascript that I place on the page
<!-- analytics events --><script ty...
Possible Duplicate:
whats the javascript var _gaq = _gaq || []; for ?
In the asynchronous example of Google Analytic's Ecommerce tracking code, the declaration of the array is:
var _gaq = _gaq || [];
I'm trying to understand what they are doing here. Is this a true OR statement? Is this because of the async treatment of t...
Our Google analytics numbers suddenly dropped from 100k visits to 1k visits starting July 2nd, for one of the sites. Any idea why that could be? We did not change anything with the tracking. Other sites we track seem okay.
...
We are using Google Analytics for our site, but since it uses client script in HTML output we are unable to track hits to any of our ASP.NET ASHX handler pages. Does anyone know of a way to do this?
...
Hi,
I'm looking at using google analytics with my web app. I have a few questions about scalability and data retrieval. I'd use it like this:
function userBuildsFarm() {
ga.track("farm", "build", userid);
}
function userHarvestFarm() {
qa.track("farm", "harvest", userid);
}
my questions:
If I have really high traffic, the ...
I'm trying to add the asynchronous version of the Google Analytics tracking code to a website.
I'd like to keep the JavaScript in a separate file, and call it from there.
Here's what I've currently got in my .js file:
function addLoadEvent(func) {
var oldonload = window.onload;
if (typeof window.onload != 'function') {
...
Hello,
I'm trying to set a custom variable in my Google Analytics tracking for a very rough form of split testing.
The code I'm using at the end of my 'head' section is
var _gaq = _gaq || [];
_gaq.push(
['_setAccount', 'UA-xxxxxx-xx'],
['_setCustomVar', 1, 'split', '1', 2],
[...
I downloaded the sdk for google-analytics for android but where i can setup the account?
I have the option for only adding http or https wesites.
I use the UA number that i got from a fake url but i get no analytics.
Also..
Tracking Status: Tracking Not Installed (Last checked: 19-Jul-2010 11:35:21 )
The Google Analytics track...
Either I've got the worlds most popular site or theres something wrong with google analytics; the setSessionCookie timeout parameter is supposed to allow you to set the session length to the same length as the server session (in milliseconds); so I've set this for 20 minutes to match the server session... and visitors have quadrupled (I'...
Hi,
Anyone can explain me why below works in Firefox but not in IE.
function bookingSubmit(myform) {
_gaq.push(['_linkByPost', myform, true]);
return true;
}
<form id="booking-form" action="https://myurl.com" method="get" onsubmit="return bookingSubmit(this);">
<input type="text" name="whatever"/>
<input type="submit" name="Send"/>
...
Hi folks,
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!
...
Has anyone had much luck in embedding the Google Analytics reporting interface in an IFRAME?
We'd like to add an "Analytics" tab to our CMS which displays the Google Analytics for each specific page. So, the user could view a page in the CMS, and see the analytics for that page right in the interface.
We have everything worked out, an...