Questions tagged [google-analytics-sdk]

The Google Analytics SDK allows you to connect your application to Google Analytics.

Goolge Analytics SDKs allow you to send user interaction from mobile applications to Google Analytics.

This allows developers to measure how users interact with their business from almost any environment. Developers can then use the Measurement Protocol to:

  • Measure user activity in new environments.
  • Tie online to offline behavior.
  • Send data from both the client and server.

Links:

219 questions
0
votes
1 answer

Google Analytics API returns 0 value for some websites

I have a Google Analytics account where multiple companies have shared their website with me. Now trying to get visitors/sessions/hits data from those websites using the API. It works perfectly fine for 2 websites, but 4 others aren't returning any…
0
votes
0 answers

Cache Google Analytics hits in offline app

Google Analytics for Android caches hits while the device is offline. Unfortunately his older than 4 hours might get lost. (See https://developers.google.com/analytics/devguides/collection/protocol/v1/parameters#qt ) The app in question will often…
Simon
  • 4,395
  • 8
  • 33
  • 50
0
votes
1 answer

How to calculate duplicate events ? Google analytics

collected data : I have a custom dimension called advertisingId with hit-scope , which is sent along with the event actions, here is an example of the collected data: # action | advertisinId 1 install 30 …
0
votes
1 answer

How to count newUsers per device ? Google Analytics

I am using google analytics in my ios/android apps. I need to count the following: new downloads : when user download the application from the store for the first time. reDownload : when user download the application from the store after…
0
votes
1 answer

Google Analytics Reporting API throwing 401s

I'm trying to fetch a very simple data set from a google analytics report and haven't gotten it to authenticate. I'm really lost. I've been using the APIs explorer to test what I'm trying to do out and can't seem to do a simple batch get. I've…
0
votes
1 answer

Google Analytics Data Mismatch between the API Output and the Web Interface

I generated a Google AdWords Acquisitions report by keyword in three different ways: The first being by using the Google Analytics web interface; the second by using GA's Query Explorer; while the third by using the Google Analytics API. The second…
0
votes
1 answer

Google Analytics - How to send multiple dimensions for an event in ios

I am new to Google Analytics. In my project i have to send multiple dimensions for an event. Actually i need to raise an event with two dimensions, event raises twice because i am raising the event individually for each dimension. I googled for…
0
votes
1 answer

Google Analytics authentication

I have set up the application to report multiple campaigns from multiple clients (grouped by particular client). For testing, my client provided an access to my application (I followed this tutorial…
0
votes
1 answer

reywood/meteor-iron-router-ga not working with mobile app cordova for Google Analytics

I am using reywood/meteor-iron-router-ga package for my Google analytics but i do not know why events or Real time events are not logged from mobile app. I did simple configurations for this but not worked. I also used Google Analytics debugger to…
Zaid Iqbal
  • 1,662
  • 5
  • 25
  • 45
0
votes
0 answers

How link multiple dimensions

I am trying to pull data for below fields with ETL and build a custom report. I can pull at max only 7 fields using ETL (Pentaho PDI) at a time. Is there a way to link these dimensions (User, Traffic Sources, Geo Netwrok) using a unique key like…
Arjun
  • 1,049
  • 6
  • 23
  • 37
0
votes
1 answer

Google Analytics and Dimension/Metrics params

We are developing google analytics for an android app, we have seen that you can add custom dimension/metrics to an event by doing: t.send(new HitBuilders.ScreenViewBuilder() .setCustomDimension(1, "premiumUser") .build() ); But I…
0
votes
1 answer

Report Crashes or Uncaught Exceptions using GTM for Android & iOS

I'm trying to implement Google Analytics Crashes/Uncaught Exceptions tracking using Google Tag Manager in Android & iOS. I'm able to track Caught Exceptions using the Exception tag avialable in GTM. I have checked the reference guide for Android…
0
votes
1 answer

Google analytics API showing data of the wrong user

i have 2 gmail account (A & B) with each has its own seperate google analytics account. I created an web application following http://www.daimto.com/google-oauth2-php/ i login in with account A and i get all profiles under account A (which is…
0
votes
0 answers

How to code google-services.json file (download link broken)?

Although I have analytics account, signed in with chrome when attempting to download etc. the famous link to download the generated file is broken. So - How can I configure it by myself? This should be proper simple code task...: Create new .json…
0
votes
0 answers

Custom Dashboard - Displaying Sites Visits for Multiple Storefronts from Google Analytics

Is it possible to graph multiple websites on the same custom dashboard chart associated with a single Google Analytics account? We can show for a single website (i.e. number of sessions for the last month) but we can't show the same type of data…