我在我的Android应用程序中包含了带有用户ID的谷歌分析。我想获得使用我的应用程序的用户ID的完整列表

时间:2017-04-20 12:12:38

标签: android google-analytics

以下是包含userId ......

的代码
tracker = GoogleAnalytics.getInstance(mContext)
                         .newTracker(R.xml.app_tracker);
tracker.enableAdvertisingIdCollection(true);

if (isLogin) {
    tracker.set("&uid", UserPreferences.getInstance().getuserName());
}

0 个答案:

没有答案