Skip to main content

All Questions

2 votes
1 answer
731 views

Does Google Analytics Store the data offline when the user is not online?

I am using Google Analytics in my Android App to track some metrics regarding the usage etc. I was just wondering whether Google analytics will cache the data of a user who uses my app offline and ...
Rajesh K's user avatar
  • 713
3 votes
2 answers
1k views

how to integrate google analysis for java project to track user behaviour on multiple pages

I have research on this and I can implement google analytics on a single java page. However, the portal have multiple pages and I cannot repeat it for every single page. For html or php sites, we can ...
user1314404's user avatar
  • 1,305
2 votes
1 answer
97 views

How to use "Shopping Product Type" as dimension in Google Analytic Java api

I can use Shopping Product Type as Dimension on Google Analytics dashboard in browser. However I have not been able to find this as dimension on Dimensions & Metrics Explorer to use it via java ...
Keval's user avatar
  • 1,859
1 vote
1 answer
580 views

Google Analytics API v4 for Android App Crash at Start

I've set all things for google analytics api v4 as it mentioned here: https://developers.google.com/analytics/devguides/collection/android/v4/ and here: http://www.javacodegeeks.com/2014/04/working-...
ZikManxx's user avatar
3 votes
1 answer
1k views

Not able to set custom dimensions in a google analytics property for android app

Please find the tracking code below, GoogleAnalytics analytics = GoogleAnalytics.getInstance(this); Tracker t = analytics.newTracker(MY_PROPERTY_ID); t.send(new HitBuilders.AppViewBuilder()....
Dinesh Babu Rengasamy's user avatar