简体   繁体   English

Google Analytics 移动应用程序 - 未找到任何视图

[英]Google Analytics mobile app - No views found

I am using Firebase to develop an Android app for API > 21. The Google Analytics website works correctly, data is coming in and DebugView registers events on my development device.我正在使用 Firebase 为 API > 21 开发 Android 应用程序。Google Analytics 网站工作正常,数据正在传入并且 DebugView 在我的开发设备上注册事件。 The Firebase Console website also aggregates the analytics data correctly. Firebase 控制台网站还可以正确聚合分析数据。 However, the Google Analytics mobile app for Android shows a "No Views Found."但是,适用于 Android 的 Google Analytics 移动应用程序显示“未找到视图”。 splash screen.启动画面。 I would like to view the analytics data natively from the mobile app, rather than using a browser to interface the Google Analytics website.我想从移动应用程序本地查看分析数据,而不是使用浏览器来连接 Google Analytics 网站。 It's also a concern that I have somehow botched the setup when the Google Analytics mobile app does not load correctly.当 Google Analytics 移动应用程序未正确加载时,我以某种方式搞砸了设置,这也是一个问题。 Any thoughts?有什么想法吗?

'com.google.firebase:firebase-core:10.2.1' // app level dependency
FirebaseAnalytics analytics = FirebaseAnalytics.getInstance(this); // get reference to analytics framework
analytics.logEvent(FirebaseAnalytics.Event.LOGIN, bundle); // send test event

The Google Analytics mobile app does not currently support Firebase and App+Web properties. Google Analytics 移动应用目前不支持 Firebase 和 App+Web 媒体资源。 Reference 参考

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

相关问题 适用于移动应用的Google Analytics结构 - Google Analytics structure for a Mobile App 适用于iPhone和Android phonegap应用的移动应用分析:Google Analytics或Flurry? - Mobile App Analytics for iPhone and Android phonegap app: Google Analytics or Flurry? 在Google Analytics for Mobile App上创建过滤器 - Create Filter on Google Analytics for Mobile App 移动版谷歌分析垃圾邮件 - 应用尚未发布 - Google Analytics Spam on Mobile - App Not Released 我的Android应用程序的Google Analytics(分析)会话数与屏幕浏览量 - Google Analytics number of sessions vs Screen Views for my Android app 移动客户端上的Google Analytics(分析) - Google Analytics on mobile clients Google Analytics Mobile APP日志显示已连接,但实时跟踪显示0个用户 - Google Analytics Mobile APP logs say connected but realtimetracking says 0 users 什么是Android移动应用的默认Google Analytics分析会话超时? - What is default google analytics session timeout for Android mobile app? 多种Google Analytics跟踪方式 - 移动网络应用和本机应用 - Multiple Google Analytics tracking ways - Mobile Web Application & Native app Google Mobile App Analytics v2中关于我的例外的描述在哪里? - Where is the description of my exception in Google Mobile App Analytics v2?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM