Android: Google Analytics availability in Google Play Services?

后端 未结 4 812
无人共我
无人共我 2021-02-07 12:52

Google Analytics has been announced to become part of the rolling out Google Play Services 4.3, however it is not yet included in the Google Play Services packages list:

4条回答
  •  不要未来只要你来
    2021-02-07 13:15

    As per conversation in order to use Easytracker replacement with

    GoogleAnalytics.getInstance(this).reportActivityStart(this);
    GoogleAnalytics.getInstance(this).reportActivityStop(this);
    

    You need to add your config to AndroidManifest like

    
    

    I'm still having to get instance of Tracker to send Events, may be somebody else would have better luck at replacing

     EasyTracker.getInstance(mContext).send(MapBuilder....)
    

提交回复
热议问题