【问题标题】:What kind of data I can log with google firebase analytics with android application?我可以使用 google firebase analytics 和 android 应用程序记录什么样的数据?
【发布时间】:2020-09-16 10:44:32
【问题描述】:

我可以通过 google firebase analytics 和 Android 应用程序记录哪些类型的数据?

例如,在搜索方法中,是否可以报告搜索到的单词?我可以比较它们吗?还是计算每个单词?

        Firebase.Analytics.FirebaseAnalytics.LogEvent (
            Firebase.Analytics.FirebaseAnalytics.EventSearch,
            new Firebase.Analytics.Parameter[] {
                new Firebase.Analytics.Parameter (
                    Firebase.Analytics.FirebaseAnalytics.ParameterSearchTerm, termText),
            }
        );

我使用了 DebugView 面板并且我的数据已发送,但它们存储在哪里?

或者我可以使用此代码将我的用户 ID 与日志事件一起存储吗?

FirebaseAnalytics.LogEvent("progress", "userid" ,SystemInfo.deviceUniqueIdentifier);

【问题讨论】:

    标签: c# unity3d firebase-analytics


    【解决方案1】:

    好的,经过尝试,我发现如果我们在firebase控制台中添加新参数,需要24小时才能从应用程序生效,但我们可以在DebugView中看到发送的数据。

    链接:https://support.google.com/firebase/answer/7397304?hl=en

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-12-03
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多