简体   繁体   English

Android应用程序设置上的Google Analytics(分析)

[英]Google analytics on Android app setup

So I wanted to add Google Analytics to my Android app. 因此,我想将Google Analytics添加到我的Android应用中。 So I followed the guide they give: 因此,我遵循了他们给出的指南:

Getting Started

1. Updating AndroidManifest.xml
2. Adding EasyTracker methods
3. Creating your analytics.xml file

That's done but then I see advanced configuration So I don't really understand what is going on; 这样就完成了,但是随后我看到了高级配置,所以我不太了解发生了什么。

Is this advanced config something extra you can put or I need it for the basic analytic? 这个高级配置是否可以额外提供,还是我需要用于基本分析?

And in case I need to add this advanced config, do I need to do those steps in every single Activity ? 如果需要添加此高级配置,是否需要在每个Activity执行这些步骤? or just in one? 还是合而为一? The manual does not give too many hints about it. 该手册对此没有太多提示。

Have to say that my app is 4 activities that jump one to each other.( 1 splashScreenActivity , 2 configurationActivities and 1 main WebViewActivity ) I don't have a class that extends Application . 不得不说我的应用程序是4个活动,它们相互之间跳转。(1个splashScreenActivity ,2个configurationActivities和1个主WebViewActivity )我没有一个扩展Application的类。

According to the Getting Started tutorial adding EasyTracker methods to your activities allows you following 1) App installations, 2) Active users and demographics, 3) Screens and user engagement, 4) Crashes and exceptions. 根据入门教程,向活动添加EasyTracker方法可以使您执行以下操作:1)应用安装,2)活动用户和人口统计,3)屏幕和用户参与,4)崩溃和异常。 If this information is enough for your analysis then you do not need to add the advanced config. 如果此信息足以进行分析,则无需添加高级配置。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM