enableAutoActivityTracking not automatically tracking activities?

前端 未结 1 347
北海茫月
北海茫月 2020-12-10 15:12

I\'m currently initializing my Google Analytics tracker as follows:

GoogleAnalytics analytics = GoogleAnalytics.getInstance(context);
Tracker mGATracker = an         


        
相关标签:
1条回答
  • 2020-12-10 15:34

    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"

    0 讨论(0)
提交回复
热议问题