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
673 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
413 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
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
164 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
817 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
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
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
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
625 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
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
227 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
794 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
32 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
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
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
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
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
212 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
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/&quot;A0EEQX47eSp7I2A9WhZSFU8.&quot;' ...
1
vote
1answer
120 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
109 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
86 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
1answer
186 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
176 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
175 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
923 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
63 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
330 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
1answer
82 views

Google Analytics PHP API (GAPI) - Getting number of page views

been working on this for two days now and seem to be getting nowhere. I am using the GAPI Google analytics PHP class. This is the current code I have the now: ...
0
votes
0answers
23 views

Django application for showing google analytics statistic data inside templates

I have an idea of Django application that shows statistic information from Google Analytics on Django sites inside templates. It should be reusable application unrelated to any definite models and ...
0
votes
1answer
14 views

Compare multiple Google analytic Channels

I have set 10 different Google Analytic Tags for a single website. 1. UA-XXXXXXX-1 2. UA-XXXXXXX-2 ... 10.UA-XXXXXXX-10 Each channel displays different content on the same URL Now, I have 10 ...
0
votes
1answer
29 views

It is possible to create a script for generating new sites on a google analytics account?

I need to create a script (php for example) to generate new sites on a google analytics account. I need to obtain the ID of the generated site. ¿It is possible to do it? How can i achieve it? ...
0
votes
0answers
43 views

Trouble with the google analytics api

I want to access to my site data on a console aplication. But the only way (that I know) to access the data is with the tableId; can I get the data using the Web Property ID? the "tableId" is not ...
0
votes
0answers
32 views

Google Analytics API - Retrieving a list of segments for a profile / account

We have multiple Analytics accounts accessed by a single login. We would like to get a list of custom segments that are valid for a given account. The GData API (management.segments.list) returns all ...
0
votes
1answer
40 views

analytics api weird results with sampled data

i'm developing a sidebar to integrate google analytics stats beside my posts details in the administration. To understand google analytics api I made some test using the data feed query explorer ...

1 2 3