Tagged Questions
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
713 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
433 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.
...
4
votes
1answer
77 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
308 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
142 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
75 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 ...
4
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 ...
3
votes
4answers
105 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
79 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 ...
3
votes
1answer
202 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
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 = ...
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
877 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 : ...
2
votes
3answers
272 views
Google Analytics Easy Tracker Issues
I am trying to integrate Google Analytics on my Activities.
As per the google docs I read up on EasyTracker and added EasyTracker.jar to my libs and referenced the same, extended my Activities from ...
2
votes
1answer
56 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
198 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
1answer
139 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
221 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
722 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
290 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
66 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
250 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
1answer
590 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
357 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
865 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 || [];
...
1
vote
1answer
46 views
Google Analytics Easy Tracker Memory Issues
I am trying to integrate Google Analytics in my Activities. As per the official documentation i used the "Easy Tracker" Library provided by Google and extended my activities from "TrackedActivity" The ...
1
vote
1answer
68 views
Google Social Interaction Analytics with the Tumblr share button?
Does someone knows how to use Google Social Interaction Analytics with the Tumblr share button? (which is hosted on my Wordpress blog)
I've done it for Facebook and Twitter (i.e: ...
1
vote
1answer
56 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
64 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
93 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
1answer
81 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
1answer
77 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
3answers
88 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
282 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
1answer
62 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."' ...
1
vote
1answer
123 views
Is there a way to combine the data of google analytics and the weather?
It is easy to combine time data with Google Analytics data, but is there a way to combine temperature or sunshine/rain information with tracking data from Google Analytics for my website?
Is there ...
1
vote
2answers
116 views
Detect if Google Analytics eCommerce Tracking is enabled via Google Analytics API
By default, Google Analytics disables eCommerce Tracking.
Is it possible to check, via the Google Analytics Data Export API, whether or not e-Commerce Tracking is enabled in the account in question?
...
1
vote
3answers
89 views
Best way to provide analytics to website users but only for their own pages
I'm building a blog of sorts. The client wants to provide analytics to users for their own posts, including views over time, location of viewers etc. Only the owners of a given post should be ...
1
vote
2answers
470 views
How to get google profile Id from tracking code?
I'm getting Google analytics using Google API. In order to get analytics I need to provide profile Id which looks like "ga:12345678".
The problem is that user can have many profiles. Is it possible ...
1
vote
1answer
218 views
google analytics metrics and dimensions API question
I'm trying to use google analytics API to retrieve some data to build a chart that displays number of visitor per day for current month.
However I'm almost completely lost with metrics and dimensions ...
1
vote
1answer
196 views
Google Analytics API - Choice of Metric Affects Dimension Values Returned?
Good morning. I've seen this behavior in the Google Analytics API, which as a SQL guy I find bizarre. I'd like to get a list of all values for adContent, so I query ga:adContent and (because I must ...
1
vote
1answer
223 views
Using two separate accounts IDs for tracking
I have tracking code A on the main site www.example.com and tracking code B on www.example.com/blog which is a wordpress.com based blog (the site itself is plain PHP).
Not surprisingly, traffic from ...
1
vote
2answers
1k views
Google Analytics API: filter by URI?
My site has user profiles that are accessible via URLs that look like this: www.domain.com/profile/123/.... I want to show users page view statistics of their profiles, but need to be able to do ...
1
vote
1answer
65 views
Google Analytics API - Tying Behavior to Specific Dates
I am using the API to understand the performance of Adwords ad
campaigns. I need to know how to attribute metrics back to the date
dimension.
For instance, for a given date, if I have 20 clicks, 18 ...
1
vote
2answers
355 views
Google analytics api
I would like to have a div on my companies website that is filled with links to our most-visited pages dynamically by querying our google analytics account. From everything I've been looking at in ...
0
votes
0answers
20 views
Get live user count from Google Analytics
I'm thinking of creating a little web app which would show how many visitors are on each of the sites a manage - a kind of dashboard I guess.
Is there a way to get the 'Right now' number from Google ...
0
votes
1answer
44 views
Retrieve Landing Page Pageviews from Google Analytics
I want to extract pageviews for landing page,
The pageviews shown in google anlytic Report page is shown in below image
any help will be appreciated..
Thanks in advance..
Thanks if you try...
I ...
0
votes
1answer
23 views
Is there any php-ga ports to Ruby on Rails
I'm looking for RoR solution to register direct redirects from my site, php-ga looks good but it is PHP.
I mean I have some controller#redirect action which makes smth like this
def redirect
link ...