Firebase vs Google Analytics

2019-07-29 06:10发布

I have installed Firebase to my Android and iOS apps, I can check the stats on computer, but can't check them on my iphone Google analytics app. Is there any way or app where can I check the stats or do I need to install also Google analytics to my apps as well?

2条回答
混吃等死
2楼-- · 2019-07-29 06:47

When you use Google Analytics for Firebase (formerly known as Firebase Analytics) the analytics results show up in the Firebase console. They do not (currently) show up in the Google Analytics dashboard.

查看更多
霸刀☆藐视天下
3楼-- · 2019-07-29 06:50

You can have a Firebase view in GA : it's just a webview of your firebase Console in GA (so the FiB and GA data are not mixed at all).

Another solution is to use a GTM container to send and convert your FiB event into GA data.

Here is the documentation for this process :

iOS

Android

查看更多
登录 后发表回答