Tagged Questions

0
votes
2answers
40 views

Google Analytics _trackEvent troubles.

I'm having some noob troubles with Google Analytics and _trackEvent. Using it seems straight forward in the documentation, but I can't get this simple example to work. The call to _trackEvent fails …
2
votes
1answer
233 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 …
0
votes
2answers
47 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 …
-1
votes
0answers
33 views

Google Anaytics API AdWords Stats

I have the following Dimensions and Metrics: $dimensions = array('month','day','campaign', 'adGroup'); $metrics = array('adClicks','transactions', 'CTR', 'impressions'); [3] => gapiReportEntry …
0
votes
0answers
35 views

Managing Google Analytics via code

I know Google provides an API to pull reporting data out of Google Analytics, but I've been unable to find anything, official or otherwise, that allows for the administration of Google Analytics via …
2
votes
0answers
83 views

Querying Google Analytics API for statistics for specific pages (filter by pages)

This query gives visits by traffic source; https: …
0
votes
2answers
336 views

Google Analytics Data API [C# Design]

Hi! I'm currently building a library around the Google Analytics Data Export API. When i'm requesting data for a specific profile, this is the response from Google: <entry> …