All Questions
Tagged with google-analytics-sdk java
5 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 ...
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 ...
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 ...
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-...
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()....