Tagged Questions
For developing client applications that request data from an existing Analytics profile for an authorized user, and refine the results of the request using query parameters.
13
votes
7answers
1k views
R - Google Analytics Package
Is there an R package that connects to the Google Analytics API? Does anyone have any pointers otherwise?
8
votes
6answers
6k views
Google Analytics Access with C#
I know that there is no official API for Google Analytics but maybe someone has figured out a way to access Google Analytics Reports with C#?
Thank you in advance!
7
votes
2answers
3k views
Integrating Google Analytics into GWT application
This should be totally simple but I can't get it working no matter what I try. I'm trying to use Google Analytics with GWT application. From what I understood, there are two way to do it:
First is ...
6
votes
4answers
675 views
Can I use Google Analytics to sort out the statistics of my iOS App?
Is this a violation of Apple app development rules? In some forums I just saw that thing. So am afraid of getting rejected by AppStore if I use the same. Help me with this please. And if I can't use ...
5
votes
1answer
414 views
Create an “sub” account on Google Analytics through an API dynamically
Does anyone know how (if possible) to create an account dynamically? I have a few accounts I need to setup on Google Analytics, and I would love to not have to manually enter each one on GA's site.
...
5
votes
2answers
1k views
Querying Google Analytics API for statistics for specific pages (filter by pages)
This query gives visits by traffic source;
https: ...
4
votes
1answer
60 views
What happens to Google Analytics when I run the page locally?
Using Google Analytics with my Web Pages / Java Script application I just wonder what happens to the statistics when I run (test) the pages locally? Testing the application is done on a local web ...
4
votes
2answers
235 views
Google analytics API c#
I'm currently implementing a pageview counter on some webpages using the Google Analytics API. I'm having a hard time figuring out how to use the Google API. Could someone post some examples how to ...
4
votes
1answer
137 views
svn commit to trigger google analytics annotation?
I was wondering if there is a way to create a script that is triggered by an SVN commit, and which would add an annotation in a google analytics profile?
This would be handy is something changes in a ...
4
votes
1answer
72 views
How does google-analytics guarantees that the tracking record is coming from the real site
When you sign up to google analytics it instructs you to use a javascript snippet on every page you want to track. This code includes an API key, which is visible to everyone who views your source ...
3
votes
4answers
94 views
Is there a Google Analytics-like solution to track REST calls to a web service?
Just wondering if there's any out of the box solution for this, I am not too familiar with the analytics api maybe I can write some simple js that updates analytics before going to my service etc. -- ...
3
votes
1answer
165 views
PHP class for use with Google Analytics API
I want to find a PHP class or framework to get data from the Google Analytics API.
I've already used gapi, which is great but it has never been updated since 2009 and it lacks new features from the ...
3
votes
1answer
1k views
Can Google Analytics show me visits by hour?
I am interested in seeing visits on my site broken down by hour - is there any way to generate a report of this in Google Analytics? It appears that all metrics are only broken down by day. Maybe I ...
3
votes
1answer
818 views
Custom Page tagging in Google Analytics
I want to have custom page tags, which are different from URLs I have, in my Google Analytics report page.
For instance,
Actual URL : /news/today_news.php
Page tag on Google Analytics : ...
3
votes
2answers
2k views
Google Analytics and Python
I'm brand new at Python and I'm trying to write an extension to an app that imports GA information and parses it into MySQL. There is a shamfully sparse amount of infomation on the topic. The Google ...
2
votes
0answers
34 views
Using Google Analytics in a TabActivity in android
I have a TabActivity in android that adds 4 separate activities to a TabHost.
On the onCreate of the TabActivity I call:
tracker = GoogleAnalyticsTracker.getInstance();
tracker.start("MY UNIQUE GA ...
2
votes
1answer
58 views
How to read events from Google Analytics API?
How do I read custom events from the Google Analytics API (e.g. with the help of gapi.class.php)?
If I have three events (myEvent1, myEvent2 and myEvent3) and they all belong to eventCategory ...
2
votes
1answer
50 views
Google Analytics - Tracking User from other web sites
We have a Silverlight LOB application. This application can be launched from external web sites. We want to track where the user is coming from. Assume our silverlight web site is "A", and there are ...
2
votes
1answer
116 views
Google Analytics Data Feed API Error 414 URI Too Large
When using the google analytics data API with the python gdata library, we are assembling a GET request per the instructions in the documentation here: ...
2
votes
1answer
150 views
Tracking tweets from webpage with Google Analytics
According to Google Analytic's documentation on social tracking, I'm supposed to run this code to notify GA when there's been a tweet:
twttr.events.bind('tweet', function(event) {
if (event) {
...
2
votes
2answers
153 views
OAuth Extension Loading in PHP
Hi I am really struggling with this one.
I am developing with Google Analytics and Google Adwords; and I am using two separate Oauth libraries in the API Helper Libraries that are written by Google. ...
2
votes
1answer
123 views
Use Google Analytics for data to display on our webpage?
On some of our pages, we display some statistics like number of times that page has been viewed today, number of times it's been viewed the past week, etc. Additionally, we have an overall statistics ...
2
votes
2answers
197 views
Google Analytics - how can I track a page name using the new asynchronous code?
I was using the below code provided by Google for Google Analytics.
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : ...
2
votes
1answer
93 views
Modifying GAE Django to Expand the API Scope on User Login
In the standard django package that Google App Engine uses there is a tool for easily creating a login/logout link with this code:
user = users.get_current_user()
context = {
'user': ...
2
votes
1answer
740 views
GANTracker for iPhone SDK custom variables gives error 195946409
I would like to use google analytics to track pageviews and sessions by certain users.
To do this I (would like to) use a custom variables which are supported by the newest (v1.1) GANTracker version.
...
2
votes
1answer
629 views
Hourly Visits Data From Google Analytics API and gapi.class.php
I am using the gapi class to access analytics data. It works great and i have daily visits to my site. What I would like is to be able to get hourly visits over a date range, say from 11th Jan to 12th ...
2
votes
1answer
178 views
Google Analytics API - Filtering via .NET - So Close!
Good afternoon! I've been searching StackOverflow and the web for about 24 hours now, and I haven't found an answer yet. I hope I'm missing something simple that a more experienced API user can ...
2
votes
1answer
266 views
Using the Google Analytics Export API to get a websites trend
i am working on an application that uses the Google Analytics Export API and i am trying to get the "Trend" result that Google shows against each of your site accounts as a percentage
ie UP 35.04% ...
2
votes
1answer
64 views
Google API: which to use for my own PPC solution?
I am going to develop a site that allow advertisers to post their products/services. Each product/service will have a link back to the advertiser's site. I plan to implement a pay-per-click business ...
2
votes
1answer
228 views
Unclear Google Analytics API quota restrictions
I've been recently fixing my application that apparently reached some GA quota
limitations and I've found a couple of things that were not clear to
me:
Does the 4 concurrent requests limitation ...
2
votes
2answers
1k views
Google Analytics - Tracking Unknown
I have created a testing Google Analytics sample app as directed in on Google Analytics SDK for Android documentation and I have initiated Tracking in my code using:
tracker = ...
2
votes
1answer
536 views
How to retreive exact user-agent string from Google Analytics
Good day!
We have an interesting 'bug' in our JS code that only fires when a user agent has a specific combination of parameters -- specifically when IE8 sends both Trident/4.0 and MSIE 6.0;
We ...
2
votes
5answers
335 views
Why do Web Analytics such as Google Analytics use Dimensions and Metrics instead of SQL statement?
Just when I get quite familiar with SQL statements once again, when pulling data from Google Analytics, I found that they don't use SQL, but rather, use Dimensions and Metrics and the combinations of ...
2
votes
1answer
796 views
Google Analytics _setCustomVar problem
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 || [];
...
2
votes
3answers
1k views
PHP DOM vs SimpleXML for Atom GData feed parsing
I'm building a library to access the Google Analytics Data Export API. All the data the library accesses is in Atom format and utilises numerous different namespaces throughout. My experiments with ...
1
vote
1answer
34 views
How to get pageviews data for a separate page in GoogleAnalytics API
I am using GoogleAnalytics API library on my Codeigniter site, but i didn't find there and on Google API guide -
how to get results for a one exact page.
Say i've got page ...
1
vote
1answer
48 views
Google Analytics API V3.0: Using OAuth 2.0 with given login password in program code
I'm trying to use the latest .NET client libraries to access Version 3.0 of the Google Analytics API (Core Reporting API).
I registered my application in the Google APIs Console and used OAuth 2.0 for ...
1
vote
1answer
47 views
Submit virtual pageview to google analytics server-side
I'm trying to submit a virtual pageview to track events within application, that may not be associated with user visiting a page, and therefore will not allow for execution of javascript. The project ...
1
vote
0answers
72 views
Google Analytics API Migration
A few days ago, Google announced this:
If you built an application on version 2.3 of the Management API, you
need to take action.
Starting Wednesday, December 21st 2011, we plan to forward ...
1
vote
0answers
51 views
GAPI Class, Google Analytics API
I am about to start a new project in the Google Analytics API & PHP.
I read that Google Analytics will be deprecating XML v2.3 and v2.4 and in 6 months time, so aparently you will only be able ...
1
vote
1answer
62 views
How do you retrieve only Total Unique Visitors from Google Analytics API with PHP
I've been looking at this tutorial http://www.codediesel.com/php/reading-google-analytics-data-from-php/ but am struggling as I only want to retrieve the total number of unique visitors which is a ...
1
vote
0answers
82 views
Limit keywords for day in a Google Analytics API request
I'd like to know if there's a way to get the top 5 keywords by grouping them by days of the current month.
I'd like to receive a dataset like the following as result.
Supposing today is 4 of December ...
1
vote
1answer
59 views
how to import reports from google analytics?
How can I import reports from google analytics to my application ?. Is there any API provided by google to get the reports ?
1
vote
2answers
45 views
synchronous issue of Google Analytics
I want to show information to every web site visitors about how many user are currently using my web sites at my web site's home page.
So now, i am testing Google Analytic API.
But I still wondering ...
1
vote
1answer
67 views
Intersecting sets of custom variables in Google Analytics
This question refers to both the iOS SDK and JS API for Google Analytics.
Let's say a mobile device opens my application or views my webpage, and I want to note certain things, for example, the ...
1
vote
1answer
71 views
Data api ga, how to get data for multiple pages?
I'm using Data api of google to get data in my filters, I'm getting data for page path for single page and I'm stuck at multiple pages. I followed document and passed following query to filters,
...
1
vote
3answers
80 views
How do I include an argument based on a condition (in CoffeeScript/JavaScript)?
I've written a CoffeeScript function that resembles this contrived example:
my_func = (a, b, use_args = false) ->
if use_args?
other_func 'foo', a, b, 'bar'
else
other_func 'foo', ...
1
vote
2answers
214 views
Google Analytics for iOS not dispatching events
I'm using the latest SDK version, and the basic code to register and send a page view:
[[GANTracker sharedTracker] startTrackerWithAccountID:@"UA-MY_ACCOUNT_ID-1"
...
1
vote
2answers
54 views
How do i write in a file the data from GAPI?
I´me using GAPI (Google Analytics PHP Interface) to get the most searched keywords in my website. This code works ok
$ga->requestReportData(id, array('searchKeyword'), ...
1
vote
1answer
58 views
cannot access xml entries of google analytics response xml using simplexml or xmldom
I am accessing the google analytics data using curl.
Its response text contains some thing like the following.
<entry gd:etag='W/"A0EEQX47eSp7I2A9WhZSFU8."' ...