在firebase上没有显示的事件

时间:2022-09-10 20:34:03

I am using Firebase and Google Tag Manager together to see hits on firebase and google analytics. Do I need to setup and fire tags explicitly for firebase as well in GTM as at the moment I am not able to see any activity on Firebase console. I have setup google analytics tags and when I am pushing data into firebase from Android it is showing on Google Analytics console but not on Firebase, therefore do I need to setup firebase tags as well in GTM console along with firing event through firebase only.

我正在使用Firebase和谷歌标签管理器一起查看在Firebase和谷歌上的点击量。我是否需要在GTM中为firebase和fire标记进行显式设置和启动,因为目前我无法在firebase控制台上看到任何活动。我有安装谷歌分析标签,当我从Android向firebase推送数据时,它显示在谷歌分析控制台,而不是在firebase上,因此我需要在GTM控制台也设置firebase标签,以及仅通过firebase触发事件。

Bundle bundle = new Bundle();
 bundle.putString("communication", "communication");
 bundle.putString("call", "call");
firebase.logEvent("call", bundle);

This call event is showing up on google analytics but now on Firebase console, can someone please help :)

这个调用事件出现在谷歌analytics上,但是现在在Firebase控制台,谁能帮忙:)

1 个解决方案

#1


1  

If you are using Firebase with GTM, you need to create one Firebase tag in GTM and trigger it for every event. In this way you can see all your events in Firebase.

如果您正在使用GTM的Firebase,您需要在GTM中创建一个Firebase标记,并为每个事件触发它。通过这种方式,您可以在Firebase中看到所有的事件。

Hope this would help.

希望这将有助于。

#1


1  

If you are using Firebase with GTM, you need to create one Firebase tag in GTM and trigger it for every event. In this way you can see all your events in Firebase.

如果您正在使用GTM的Firebase,您需要在GTM中创建一个Firebase标记,并为每个事件触发它。通过这种方式,您可以在Firebase中看到所有的事件。

Hope this would help.

希望这将有助于。