android - 使用 Firebase Analytics for mobile app(iOS 和 Android)进行事件日志和比较

标签 android ios firebase google-analytics firebase-analytics

我在我的移动应用程序中使用了谷歌分析来跟踪日志事件,但谷歌分析将从 10 月 31 日起停用。我已经在我的移动应用程序中实现了 firebase 分析,我可以跟踪自定义和标准日志事件。但在 Firebase 分析中,它没有提供查看特定属性计数的选项。

例如:我的应用是一个音频播放器APP。当用户播放任何歌曲时,我会将歌曲类别、位置(城市名称)和歌曲标题发送到谷歌分析。用户可以收听来自不同城市的相同类别的歌曲。使用谷歌分析,我可以通过事件 Action 、事件标签和事件类别的比较来查看特定城市中歌曲标题的计数和类别计数。此外,谷歌分析提供了一种可行性,可以利用每个属性来查看详细信息。

我正在使用 Firebase Analytics 寻找相同的东西。有人可以帮助我是否可以使用 Firebase Analytics 比较事件?
或者
一个匹配谷歌分析仪表板的工具,我可以在其中查看各个城市的歌曲标题和类别的计数。

提前致谢。

最佳答案

"Also google analytics providing a feasibility to tap on each property to look into the details."


  • 可以在 Firebase Analytics 中“注册”参数以在 Firebase 仪表板中获取一些额外的详细信息。
  • https://support.google.com/firebase/answer/7397304?hl=en


  • Or A tool to match the google analytics dashboard where i can see the count for song title and category for the respective city



    我相信交叉比较参数的最佳选择(同时保留 Firebase Analytics)是为您的数据启用 BigQuery 导出,然后查询导出的数据库或使用 Google Visual Studio 可视化所述查询。
  • https://cloud.google.com/blog/products/gcp/using-bigquery-and-firebase-analytics-to-understand-your-mobile-app
  • 关于android - 使用 Firebase Analytics for mobile app(iOS 和 Android)进行事件日志和比较,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58620296/

    相关文章:

    ios - 状态栏使用 Capacitor 覆盖 iOS 上的 webview

    iphone - 在不将其放在当前 UINavigationController 堆栈上的情况下创建新 View 的转场的正确方法是什么?

    node.js - Firebase多路径更新将父 Node 设置为null

    android - 拦截 NavigationUI.onNavDestinationSelected() 使 backstack 弹出 "inclusive = true"

    Android - 用于调试和 Release模式的 google-services.json

    Android:HandlerThread 启动后会发生什么?

    node.js - 如何销毁 Node 中的firebase ref

    android - setPlaybackParams 防止在 API 23 上开始播放

    iphone - 多线程实现的最佳方式

    android - 无法从 Firestore 获取嵌套数据并将其显示在 Recyclerview 中