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.

learn more… | top users | synonyms

0
votes
1answer
31 views

Return information from a get request with JavaScript

Folks, i think my question is simple and stupid... but please, be gentle. There is any way to return information from a get request with javascript? I wanna save the information of utmr from google ...
0
votes
0answers
19 views

Google Analytics API export data to CSV

I am close to desperation. Since almost three weeks I am trying to export reports from Google Analytics to CSV via the API. I found several old solutions, which are not supported anymore. This ...
0
votes
0answers
20 views

custom variables not being sent

I have two sites: Live and Development The only difference is the domain name and Analytics tracking id. They actually run on the same code. Development site sends custom variables and a lot of extra ...
0
votes
0answers
10 views

VBA net and google analytics api

i am newbie, therefore i use VB.net (throught Statistica). I copied all libraries from google analytics Api into System32. i tried to registered them but failed. (win 7 64bit) using regsvr32.exe ...
0
votes
0answers
19 views

Google Analytics iOS SDK V0.2 Beta Canceled timer with interval

I am using Google Analytics for my Ipad App. I did everything as documentation said and is working. In AppDelegate, I setup dispatchInterval to 20 seconds with [GAI sharedInstance].dispatchInterval = ...
0
votes
0answers
18 views

Google Analytics Android App Realtime Count in Top Menu Bar (next to time)?

My (android) phone is with me all day. I would like to have the realtime Google Analtyics visitors on site right now number (from my default or selected profile) to constantly be displayed on the top ...
-1
votes
0answers
2 views

Visual basic in Statistica for Google analytics API

This is the google analytics api for Statistics in Visual basic macro. i use windows 7 64bit. statistica 10. I run this code and i get 10080, type missmatch.... .why? Can you help me out? ...
0
votes
0answers
12 views

Google Anaytics get data from javascript through GA query

I am working on Google Anylytycs in .net and using google chart to display charts fetched from GA account into my website. i am using javascript to display charts from google api console and that all ...
0
votes
0answers
12 views

APIs to get most downloaded Files details from Google Analytics

We need to track the count of File Downloaded through Google Analytics. We found that, through below code we can track the file download : <a href="pdfs/my-file.pdf" onclick="var ...
0
votes
0answers
16 views

503 Backend Error from Google Analytics v3

When I am trying to get analytics with ga:pageviews and ga:pagePath=~^/dr/ as a filter I am getting the following issue. (using Google Analytics API V3) Output: It should return all the urls from my ...
0
votes
0answers
21 views

Web request to 'https://accounts.google.com/o/oauth2/token' failed. No connection could be …target machine actively refused it 173.194.70.84:443

I am building application to fetch data via google analytics. For that purpose i have created Service account information from google API console and in my .net webform appliation successfully able to ...
2
votes
1answer
18 views

Individual visitor flow from Google Analytics API

Is it possible to get a visitor flow associated with a given ga:transactionId through the Google Analytics API? There's limited availability in ga:landingPagePath, ga:secondPagePath, ga:exitPagePath ...
0
votes
1answer
38 views

How to extract engagement flow data using google analytics reporting api

I am building an Android app that uses Google Analytics to record various Events and Screens throughout the app. The Engagement Flow dashboard is quite striking but I'd like to export the data and ...
0
votes
0answers
11 views

Unique events are greater than total events

I'm having an issue with Unique Events and Total events. I don't really understand why unique events are greater than total events (image attached: ...
0
votes
0answers
17 views

Google Analytics API request returning null result

I'm troubleshooting a demo I go from Google API tutorials. I'm getting a null result when trying to get data from the API. I've followed the tutorial to the "T", then started manipulating the code ...
0
votes
0answers
5 views

Google Analytics API through cross account access

I'm having an issue getting data from my analytics account into a google spreadsheet. I'm going through a developers guide to accomplish this. This is my first Google API project, so my knowledge is ...
0
votes
2answers
38 views

Google Isn't Showing Data in my Paid Search Traffic Report

I've just recently noticed that Google isn't showing any data for my "Paid Search Traffic." I know for a fact that I should have data, since I've spent money on campaigns. There's also no data under ...
0
votes
0answers
20 views

Launching trackPageview google analytics from serverside?

Is that possible to launch this code from server side? for example I want to run a cron every X minutes. that will check XYZ. and if its true it will launch an event to google analytics exactly like ...
0
votes
0answers
20 views

How to use google analytics to track custom actions on Android app?

I have Android app with a list of events and category filter (night life, music, ...). I use google analitics 2.0 to track statistic. How to configure tracker to check what events ware opened (track ...
2
votes
1answer
27 views

Ajax json respond not getting in success in POST method

I am not getting json response/success from ajax while i am using jsonp datatype. But i am getting blank response.Is that of GAPI i am getting this issue or any other.I find similar problem Not able ...
0
votes
0answers
15 views

Calling gaq.push function from href

Okay, there appears to be so many ways of doing this, I'm going to ask. Here I have a custom tweet button href that works fine. However, I want to call the google gaq.push function from the element ...
1
vote
0answers
14 views

Google Analytics API for Android and using Tracker#send

So I was looking through the Javadocs for com.google.analytics.tracking.android.Tracker and noticed that send(java.lang.String, java.util.Map) was public. Without knowing what the Map should ...
0
votes
0answers
29 views

Setting custom metrics in an android app using google analytics

I have a android map based app with 2 classes of markers (A & B). I want to track the number of clicks on each of the 2 classes of markers. I don't really care about the specifics of each marker ...
0
votes
1answer
37 views

Google analytics v3 Google.Apis.Requests.RequestError User does not have any Google Analytics account. [403]

I am using google analytics v3 api for some automation of reporting of google analytics data. string scope_url = "https://www.googleapis.com/auth/analytics.readonly"; string client_id ...
0
votes
4answers
42 views

What maven dependency do I need to get FileCredentialStore?

I want to get access to google-analytics via the java api (v3). For logging in I want to use OAuth2. I found a java example, that shows how to do it. Unfortunately I am not able to compile the code I ...
0
votes
0answers
17 views

Google play application install event not coming in higher version android

In my application, I have added one jar Library to that application. In this library contains the Google analytic like lunch,purchase events and also Google market install event. I have got the all ...
0
votes
1answer
29 views

How can I log into multiple accounts at the same time using the Google Api PHP Client

Background: We've got two Accounts that each hold several profiles. I am developing an application in PHP using the provided API. I can successfully retrieve data from both accounts separately, but ...
0
votes
1answer
50 views

How to get mobile device name details using google analytics

Is there any way to get mobile model name and details from google analytic. I am using 'gapi.class.php' for getting details. So far I have tried: ...
4
votes
1answer
126 views

Route Google Analytics v3 API through a proxy server

We are using Google Analytics API v3 (dot net version) for reporting some statistical data on our website. I have the code running fine on my local machine, but it wouldn't work on the production ...
0
votes
0answers
51 views

GAPI: Failed to request account data

Exception: GAPI: Failed to request account data. Error: " Error 404 (Not Found)!!1 * { margin: 0; padding: 0; } html, code { font: 15px/22px arial,sans-serif } html { ...
1
vote
2answers
35 views

Javascript scopes in coffeescript for Google Analytics Code

The codes for Google Analytics use a global _gaq object for the analytics commands. They advise to check if such an object already exists, like this: var _gaq = _gaq || []; // Command ...
0
votes
2answers
70 views

Google Analytics Mobile Apps SDK for Windows Phone?

Does anybody know how would I be able to access the new Mobile Apps Analytics from a Windows Phone device? it seems they have SDKs only for Android and iOS but not any REST service anyway, have anyone ...
0
votes
1answer
28 views

GA - set up statistics for subdomain only

The problem is - i need to track subdomain separately. and thus i've created separate tracker on subdomain.doman.com. but google analytics offers this code var _gaq = _gaq || []; ...
0
votes
1answer
21 views

How to set country location for google analytics?

I have next code: function get_pixel_tracking(){ $utm_source = $_GET['utm_source']; $utm_medium = $_GET['utm_medium']; $utm_campaign = $_GET['utm_campaign']; $var_utmac = 'UA-XXXXXXXX-Y'; ...
0
votes
0answers
24 views

Creating Charts Google Analytics Data

I'm trying to do my own custom dashboard and I want to display some reports from Google Analytics. I've been exploring Google API PHP Client I'm already able to do authentication and some queries. ...
0
votes
1answer
104 views

How can Google Analytics be incorporated in HTML5 Mobile App that has offline/online mode?

I have an HTML5 Mobile App based on JQuery Mobile. It fetches nothing from the server, is sometimes connected to the internet but also has offline mode. Does Google Analytics support offline mode? ...
0
votes
0answers
67 views

Using Google Analytics from a .NET desktop application

Is it possible to send "PageViews" and record activity using the official Google API for C#? for instance, if i want to track page views for my wpf/winforms desktop app. ? Where can i find some ...
1
vote
1answer
47 views

Newest Google Analytics API reference?

I've got an unusual Google API code snippet: (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new ...
1
vote
1answer
79 views

Show Google Analytics data with automatic authorization in website?

I have this js to render charts from Google Analytics data below using the ga-ez-dash library to show user visits history, browser history etc. I am able to ...
0
votes
1answer
43 views

how to access google analytics api with C#.NET?

I had registered my website at Google-Analytics, now I wanted to get all the visit resords with C#.NET and show them on my webpage, I had even downloaded SDK from google but found no samples within ...
-1
votes
0answers
26 views

Is it possible to get no of sessions for a particular user in Google Analytics [closed]

Is it possible to get the sessions of each user based on some id...in Google Analytics for android. Currently in GA we have the active users report where in we can get active users vs no of sessions ...
0
votes
1answer
47 views

Google analytics api returns duplicate values

I'm using the gem 'garb' in my application to make google analytics queries. I'm querying for keywords that produce the most revenue from organic search. However, it returns many duplicate keywords ...
0
votes
0answers
13 views

Loosing Analytics Api authorization when exporting to Google Spreadsheet after a while

I am using the following script to get data from Analytics to a Google Spreadsheet. https://developers.google.com/analytics/solutions/articles/reporting-apps-script I have several Spreadsheets with ...
0
votes
0answers
44 views

Store token after logging into a Google Analyticss API service Account?

I finally managed to get the authorization to my Google Analytics Service Account working using code from here . I am now looking for a way to store a token on the first authentication so I don’t have ...
1
vote
0answers
26 views

Access ga analytics for representation in rails application

I would like to use the google analytics data for visual representations. I found that analytics.js build on top of ga.js provides further customization options. I found google-api-client being ...
0
votes
0answers
26 views

Google Analytics API - combining returned dates

I am using the Google Analytics API to return page visits for a particular page on my website. The problem is that this page can be requested with post vars on the end of the url so the API call ...
0
votes
1answer
27 views

Google Analytics Array decode foreach

Hi this is my first foray into the wonderful world of Google Analytics and their API and I have hit a road bump and wondered if someone could help. I am retrieving the following array: [ [ ...
1
vote
1answer
60 views

How to tell how long each user visits each page?

Is there a good way to tell how long a given user spends on a given page of a web application, with an accuracy of about one minute? One solution that occurred to me would be to use Javascript to ...
1
vote
0answers
18 views

Does any one implemented latest Google Analytics with iOS

I used step by step instruction here : https://developers.google.com/analytics/devguides/collection/ios/v2/#initialize But still my hit is not being recorded. I can see in the debugging window its ...
1
vote
0answers
142 views

Google Analytics V2 (GAV2) Easy Tracker sendView not working

I'm trying to set dynamically the name of an activity. However this is not working correctly, once I am watching it in real time and (even if I wait for a while) only the name of the main activity is ...

1 2 3 4 5 12