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

3
votes
0answers
185 views

GoogleAnalyticsTracker: Store full. Not storing last event

I keep hitting this error message in Logcat: GoogleAnalyticsTracker: Store full. Not storing last event. I've tried many different things yet I still keep getting the error. I am using EasyTracker ...
2
votes
0answers
42 views

Google Analytics Event Tracking with utm.gif event parameters

I'm trying to track an event on server side using google analytcis. previously i had it working on my front end using this in an onclick event _gaq.push(["_trackEvent", "listings-stuff", "getNumber", ...
2
votes
0answers
184 views

Google Analytics integration with Laravel

I am trying to intergrate google analytics api with laravel. I am following this tutorial HelloAnalytics.php but so far I am faced with an obstacle. I have reached the part Code Summary: ...
2
votes
0answers
201 views

Google Anylytics SDK in Swift using GAIDictionaryBuilder raise error

The error message is xxx.swift:171:45: Cannot convert the expression's type 'NSMutableDictionary!' to type 'StringLiteralConvertible' The code is ...
2
votes
0answers
75 views

GA API - Acquisition reports by channels

I use google analytics api v3 and I have two questions: 1Q: Is possible get AcquisitionChannel data grouped by Default channel (Primary dimens.)? 2Q: Why is column "visits" different in Default ...
2
votes
0answers
822 views

How to programatically get campaign/source/medium for current Visit in Google Analytics

I'd like to know how active are the users depending on the source/medium/campaign of the traffic they came from before sign up. I'm hitting wall when trying to get campaign/source/medium for the ...
2
votes
0answers
414 views

Inserting Google Analytics Content Experiments using the Node.JS Client Library

I'm trying to configure a content experiment using the Node.js Client Library, and have not been able to work out the syntax. Where do I put the body (an Experiment resource) as described here? ...
2
votes
0answers
867 views

Google OAuth Token error - 400 Bad Request

I'm trying to authenticate my application using OAuth2 and using the 'installed applications' flow (get auth-code and then request token). I'm getting a 400 bad request error when requesting the token ...
2
votes
0answers
243 views

Can I use HootSuite API for my ASP.NET web application for creating dashboard?

I want to create my ASP.NET dashboard, and want to display charts from Google Analytics account by using hootsuite API. I have created an account on hootsuite.com, fetched my necessary data from my ...
2
votes
0answers
539 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 ...
2
votes
0answers
471 views

Get specific data from Multi-Channel Funnels Reporting API?

In my application, i get the data on traffic and conversions from my account using Google Analytics Core Reporting API and Multi-Channel-Funnels Reporting API. For to get a traffic data, I use the ...
2
votes
0answers
197 views

Google Analytics — Exception Reporting

I am trying to implement Crashes reporting on Google Analytic like this Thread.setDefaultUncaughtExceptionHandler(new ExceptionReporter(global.getGATracker(),GAServiceManager.getInstance(), handler)); ...
2
votes
0answers
1k views

Cannot use refresh token to get data offline - Login Required error - Google API PHP client?

I have auth.php which has a link for me to authorise access to Google Analytics and get a refresh token, store it to a text file token.txt. I got the refresh token alright and saved it to token.txt ...
2
votes
0answers
924 views

Unknown SSL protocol error in connection to www.googleapis.com:443 PHP google anaytlics api

I am using the google anaytlics api, I am querying how many visits 100 sites have, this process takes around 6 minutes or so. The problem is that it runs some of the results until it comes up with the ...
2
votes
0answers
460 views

InsufficientPermissions fetching analytics goals (JAVA API)

I have a strange behaviour retrieving profile goals via Java google analytics API. The problem randomly happens. Sometimes, when I call analytics.management().goals().list(accountId, webpropertyId, ...
2
votes
0answers
336 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 ...
2
votes
0answers
140 views

How to track multiple sites with Google Analytics in iOS if a singleton instance is running

Using Google Analytics to track statistics of an iOS app. One of embedded libraries of the app is also using Google Analytics inside a singleton instance, so it cannot be used in conjunction with the ...
1
vote
0answers
20 views

Getting full, unsampled data from GA using R / rga

I'm using skardhamar's rga ga$getData to query GA and get all data in an unsampled manner. The data is based on more than 500k sessions per day. At https://github.com/skardhamar/rga, paragraph ...
1
vote
0answers
26 views

Measurement Protocol HTTP Batch event POST instead of POST per event?

I want to batch my requests to the Google Analytics Measurement Protocol POST /collect HTTP/1.1 Host: www.google-analytics.com payload_data I'm developing in Unity 3D, but mainly I was curious if ...
1
vote
0answers
28 views

Google Sheets Google Analytics Data by Channel

I have a Google Sheets file which calls Google Analytics and pulls metrics. This works great. What I want to do is pull metrics by channel so that the far left column is a collection of channels ...
1
vote
0answers
17 views

pandas.io.ga not returning object

I am running a pandas.io.ga query and absolutely no object is being returned? I have copied the secret_clients.json file to two folders just to be safe because I don't know which pandas/io folder to ...
1
vote
0answers
41 views

Magento after upgrading from 1.6 to 1.9,Google analytics report shows zero visitors

i had upgraded my website from magento 1.6 to 1.9.0.1,and when i checked the google analytics report of our website for this month , it is showing 0 visitors.How could be it happen, did i need to ...
1
vote
0answers
82 views

Google Analytics “There was an internal error”

Recent days I am getting "There was an internal error" error message from Google while calling Google Analytics API to get reports data. Previously the same API works fine. Following are the ...
1
vote
0answers
38 views

unable to see enhanced ecommerce data from localhost

I currently have universal analytics setup and have implemented enhanced eCommerce on our site. I've used Google Tag Assistant and the analytics debugger in Chrome and all my tags look fine and seem ...
1
vote
0answers
39 views

Google Analytics Realtime Sources Missing

I am successfully using the realtime time API across several high traffic domains but one in particular has a problem where very little / no rt:source information is being provided. If I query the ...
1
vote
0answers
154 views

How to get the total value using Google Analytics API?

I'm trying to get data from Google Analytics using API with apps script. I already secceed to get values of each metrics by each dimension but total values are not shown. On the web view, I can see ...
1
vote
0answers
174 views

Google Analytics - How to get the client_id (anonymous client id) sent with Measurement Protocol

we are seding requests like this throught the google analytics measurement protocol to track user interaction there. For us its important to be to link a interaction to a specific user so we where ...
1
vote
0answers
60 views

Import e-commerce transactions to google analytics

I would like to import my e-commerce transactions to GA. I decided to that with a measurement collect api. Is there any other way to import transactions? In batches? Probably, I'm just missing ...
1
vote
0answers
95 views

Why does ga:users metric affect ga:uniqueEvents count?

I use this query to get data from Google Analytics: ...
1
vote
0answers
44 views

Tracking android application users Email address

Is it possible to track the users email address who had installed my application from google play store using google analytics? If it is not possible then is there any other way? Please guide me ...
1
vote
0answers
53 views

Google Analytics - Invalid Credentials for v2.4

We have existing code that uses v2.4 endpoint to get GA data. The way our application works is the user enters their own credentials (username & password) and the API key and we use them to get ...
1
vote
0answers
45 views

Google API Access Token PHP

I am authenticating a Google Analytics account and retrieving data successfully. However, I want to run a cronjob to get data from the authenticated account once a week but the access token is ...
1
vote
0answers
101 views

send to google analytics ecommerce order refund

i'm trying with GA Ecommerce API send order refund. My refund got to server successfully, but refund amount is always twice greater than the ordering. Example: Order price: 20 Euro Refund amount: 40 ...
1
vote
0answers
60 views

Google Analytics with java not working on Linux server

Hello all java/google/linux experts :) So..I've created a java program that extracts data from Google analytics and creates a small csv file. I have tested the program on my local machine (windows 7) ...
1
vote
0answers
286 views

Google Analytics API throwing 500 Internal Server Error (Backend Error)

I am using Google Analytic API to fetch data. I am fetching data from last 2 years without any issue. But, from yesterday, on server i am getting following error on API call : - ...
1
vote
0answers
82 views

Search engine optimization queries in Google Analytics Query Explorer 2

I am trying to fetch the result of Search engine optimization queries in Google Analytics Query Explorer 2. But I am not able to get the desired results. I have tried the below query Any ...
1
vote
0answers
97 views

Google Analytics ga:date returns different in ga:hour

Everytime I call on ga:date with a ga:adClicks metrics, it returns a non zero values, but when I changed the dimension into ga:hour, it returns a zero value. Here is the screenshot: ga:date as the ...
1
vote
0answers
19 views

iOS - Google Analytics for one page

I have created a game for iOS and I want to be able to track when people are playing. By this, I simply mean I want to know how often people are opening the app (and thus find out if users are ...
1
vote
0answers
27 views

Choosing different sites to view/query on Google analytics

Here's a dilemma i've been struggling w all day yesterday and still have no idea how to go about solving the problem. Even someone pointing me in the right direction would be a lot of help at this ...
1
vote
0answers
103 views

Google Analytics API -> management_dailyUploads PHP

i just try upload my cost source data, with script: require_once('Google/Client.php'); require_once('Google/Service/Analytics.php'); const ANALYTICS_SCOPE = ...
1
vote
0answers
94 views

Google Analytics dailyUploads not working with using google-api-ruby-client

I am using the google-api-ruby-client v0.7.1, ruby 2.1. When I upload Custom Data Sources through Google Analytics API v3 with Google Analytics API v3 > analytics.management.dailyUploads.upload : ...
1
vote
0answers
28 views

Is it possible to track In-App billing with Google Analytics?

I've developed the app, which have In-app purchase using payment gateway system. (Third-party payment system.) and I tried to insert Google Analytics in the App, BUT, I have a question. Is it ...
1
vote
0answers
59 views

Google Analytics API: find next pages viewed after a particular page?

Using the Google Analytics API, is there any way I can find the pages users viewed immediately after a particular page? I know how to get the previous page (ga:previousPagePath) and the exit page ...
1
vote
0answers
69 views

Pandas, list.append or Google Analytics API is giving incorrect data formatting or response in Python

I have a list of tuples that contain date ranges, like so: [('2012-01-01', '2012-01-25'), ('2012-01-26', '2012-02-20'), ('2012-02-21', '2012-03-16'), ('2012-03-17', '2012-04-11'), ('2012-04-12', ...
1
vote
0answers
15 views

Retrieving the paths for all pages viewed by a user in a session

I'm trying to examine what percentage of visitors to my site visit two or more of the set of pages A, B, C, and D during a single session. My hope is that I can do this by using the API to pull a ...
1
vote
0answers
40 views

Using google analytics event tracking on 2 pages

Im working on setting up event tracking on a website, the user visits index.php, where he completes a quizz built with javascript, after answering each question i track the event with something like : ...
1
vote
0answers
168 views

userRateLimitExceededUnreg for Google Anlalytics?

I am using Google Analytics API with the authentication method of Authsub. Recently we found most our customer faced userRateLimitExceededUnreg error. The full error message was ...
1
vote
0answers
92 views

Analytics API calls fail if they's run within an Azure Worker Role

I can't get a Data.Ga.Get report request to work. It seems like there's something about being inside an Azure Worker Role that's incompatible with the Analytics API. string mets = ...
1
vote
0answers
158 views

'Length' issue with Google Analytics API Report Automation (magic)

I've been using this Google Analytics API query tool but now almost every time I try to "Get Data" for a Core Report or MCF report it tells me there is an issue with 'length'. This is the message it ...
1
vote
0answers
77 views

Jquery Graph sort by date does'nt work properly

I want to display data in my graph. My data are from a foreach : Visits per date. The problem is that when I display the date, it doesn't work properly. My graph axe x doesn't take in consideration ...