I\'m currently initializing my Google Analytics tracker as follows:
GoogleAnalytics analytics = GoogleAnalytics.getInstance(context);
Tracker mGATracker = an
Can you also make sure you call enableAutoActivityReports on GoogleAnalytics
class? I know that the calls are duplicated but unfortunately, we have not been able to fix this yet. In one of the upcoming versions, we'll remove the need to call this method in two places.
If this answer doesn't work, Can you also make sure that there is some screen name associated with the screens you are using.
If none of the above work, please edit the question and add logs with tag starting with "GAV"