Hello there,
I do want to implement the Google Analytics for mobile on my android application using the sdk provided on this page
http://code.google.com/intl/it-IT/mobile/analytics/docs/android/
Does someone knows, before i start to integrate it, if it tracks the keywords people used on the android market in order to arrive and insta...
I have an image that send to affiliate for advertising.
so, how can I find it out from my server the number of times that image been downloaded?
does server log keep track of image upload count?
---- Addition ----
Thanks for the reply.. few more questions
because I want to do ads rotation, and tracking IP address, etc.
so, i think I ...
I have a PHP code that will return a image.
the link is given to 3rd party. so, i need to keep track where the php request coming from. Because the PHP only return the image, I cannot use the Javascript code for Google analytics.
I know that I can get the information from the access.log, but i think I can't dump the access.log to GA f...
Hello.
Is there a way to know, for example for the 15th of June, how many visitors (unique) went on how many pages, and from what country where they from ?
Like a way to get an array with, for example for the page '/index.php' :
'USA' => 5628,
'Canada' => 2000,
etc...
thanks !
...
With the recent changes in the SDK agreement, I am kinda confused if I'm able to put any type of analytics into my app. I don't want to do anything nefarious, just want to see which functionality of my app is getting used the most. I was looking at Google Analytic's mobile sdk to track the different views, just like page views but I have...
google analytics is not tracking visits from IE in a Facebook app. I've been digging around the internet and cannot find a precedent for this issue.
I have narrowed it down to the javascript not executing in the browsers which results in GA not tracking the page visit.
all help / advice / pointing me in the right direction would be ap...
Hi Guys,
I'm using event tracking to monitor external links, but I'm wondering if the tracking will be done before the link is fired. I'm using the onclick:
onclick="_gaq.push(['_trackEvent', 'Banners', 'Clicks', 'Banner Name (ID: 101)']);"
Any ideas, or better ones if that's a bad way?! Thanks!
Darren.
...
One of my clients has requested this feature. They dont want to login to google analytics and want all the tracking/reporting through the site. Is there a way to show reporting inside an asp.net page?
...
I need to know how I can provide Custom Variables data for a specific sub-set of pages in a site; http://www.mydomain.com/know/ - this is not part of the main site but shares the same page templates as the main site so I can't have 2 different tracking codes.
When I look at the Custom Variables section it is showing data for the entire ...
Hello!
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 loaded dynamically based on what is selected in the second column.
Would tracking an Ajax-based app with Analytics be as easy as ...
Hi,
I am using new async code of Google Analytics, would it be correct to call GA.js twice in the same page, if not, is there a way to do that ?
My problem is I need to account two PageViews on a booking form using flash, the trouble is that user may not necessarilly get to the second stage but close the window n the first stage.
...
I have a Website (MOSS 2007) that has multiple URLS which is tracked by Google Analytics using the following code:
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-11111111-1']);
_gaq.push(['_setDomainName', 'none']);
_gaq.push(['_setAllowLinker', true]);
_gaq.push(['_trackPageview']);
(...
Looking at analytics for a site I maintain that is powered by Magento I am seeing that every week there are lots of visitors reaching a 404 page and it is because there is null being appended to the url. I am always on the site and have never had this happen and have no idea where these are coming from. Has anyone else encountered this...
Hi,
I'm new to Rack and try to get my head around it running Ruby on Rails 3.0.0.beta4.
I'm starting a Rack app in the config.ru file but would like to use a variable there that is stored in my database. Is it even possible to get a database value back before the application is loaded or am I missing the point completely?
I'm using th...
The code I have in place is tracking visits from Chrome, Safari, Firefox, Opera Mini, but not IE. I believe the problem to be a matter or loading order, scope, or possibly the code placement. I am currently using the following:
In my example.html:
<script type="text/javascript" src="http://www.google-analytics.com/ga.js"></scri...
We have in place a simple implementation of GA and have had for some time, the only additional methods we use are setVar and setSessionTimeout. Is there a way we can switch to a cross-domain tracking configuration of GA (where certain links are wired via the _link method) without losing existing tracking data on client systems?
I've run...
Here's the script for tracking the ecommerce on my site, http://gist.github.com/452437 , I tried to do the purchase for several times, but I don't anything happened on https://www.google.com/analytics/reporting/ecommerce , I double checked the script for several times and I can't see anything wrong, could somebody help to point out what ...
I recently upgraded to the iOS4 SDK and my app no longer compiles for the simulator, but does compile for the device.
This is due to the 3rd party library libGoogleAnalytics.a. The solution seems to be for google to release a new static library complied with the new SDK, unfortunately there is no word of any release date, and due to th...
I was wondering what are some good analytics plugins for the iPhone SDK?
Would it be wise to use Google Analytics and have that hook up to the app?
What are my options? Any particular strategies?
Thanks
...
Hi,
I'm wanting to use the Google Analytics API to display a simple table of "recent visitor" data in my password protected CMS.
I would just like to use the supported JavaScript library (http://code.google.com/apis/analytics/docs/gdata/gdataLibraries.html) and looking at the following demo; http://ga-api-javascript-samples.googlecode....