简体   繁体   English

无论如何,是否可以在 Google Analytics 中查看我从 Firebase 应用程序记录的(自定义)事件?

[英]Is there anyway to see the (custom) events that I logged from my Firebase app in Google Analytics?

When browsing the events in Google Analytics for my firebase project, I cannot seem to view the (custom) parameters I am logging with each event for a longer period of time.在 Google Analytics 中浏览我的 firebase 项目的事件时,我似乎无法查看我在较长时间内记录的每个事件的(自定义)参数。

The only way I can see the parameters is for events logged in the last 30 minutes.我能看到参数的唯一方法是查看最近 30 分钟内记录的事件。 In this image ( https://gyazo.com/4bcb58411800e2a3de4f513d53187474 ) you can see in the top right corner that there is a possibility to select the parameter name and see all different values.在此图像 ( https://gyazo.com/4bcb58411800e2a3de4f513d53187474 ) 中,您可以在右上角看到参数名称可能为 select 并查看所有不同的值。 However I want to do this for periods other than the last 30 minutes.但是我想在最后 30 分钟以外的时间段执行此操作。 Is this possible?这可能吗?

You need to register your custom parameters in Firebase UI under Custom Definitions section.您需要在自定义定义部分下的 Firebase UI 中注册您的自定义参数。 And to be able to do that you need at least Editor role.要做到这一点,您至少需要担任编辑角色。 A custom dimension has either an event scope or user scope. You can create up to:自定义维度具有事件 scope 或用户 scope。您最多可以创建:

  • 50 custom dimensions and 50 custom metrics per property每个媒体资源 50 个自定义维度和 50 个自定义指标
  • 25 uniquely named user-scoped custom dimensions 25 个唯一命名的用户范围的自定义维度

Click Custom Definitions under Configure (in the left navigation), then click Create custom dimensions:单击配置下的自定义定义(在左侧导航中),然后单击创建自定义维度:

  • Enter Dimension name.输入维度名称。
  • Select a Scope from the drop-down menu (Event or User).从下拉菜单(事件或用户)中选择 Select 和 Scope。
  • Enter a Description for your custom dimension.为您的自定义维度输入描述。
  • Select an Event parameter (event scope) or User property (user scope) from the list or enter the name of a parameter/property you'll collect in the future. Select 列表中的事件参数(事件范围)或用户属性(用户范围),或者输入您将来要收集的参数/属性的名称。
  • Click Save.单击保存。

PS: You will see a value of "not set" for a custom dimension during the first 48 hours. PS:您会在前 48 小时内看到自定义维度的值“未设置”。

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

相关问题 有没有办法提高与 Firebase 连接的我的谷歌表格应用程序脚本的性能? - Is there anyway to increase performance of my google sheet app script connected with Firebase? 在 firebase 分析调试视图中看不到事件 - Cannot see events in firebase analytics debug view 使用 firebase SDK 在我的 React 应用程序上进行 Google 分析 - Google analytics on my React app with firebase SDK 无法在我的 iOS 应用程序中看到 Firebase 分析触发? - Not able to see Firebase analytics firing in my iOS app? 在 Google Analytics(React 应用程序)中跟踪自定义事件 - Keeping track of custom events in Google Analytics (React app) 在 Firebase 分析控制台 (Swift) 中记录自定义事件 - Logging custom events in the Firebase Analytics console (Swift) React Native - Firebase 自定义事件未记录在控制台中 - React Native - Firebase custom events are not logged in the console Sending Google Analytics Events via API: How to get app_instance_id or client_id from Firebase SDK from web client? - Sending Google Analytics Events via API: How to get app_instance_id or client_id from Firebase SDK from web client? firebase 控制台中未记录的事件 - Events not logged in firebase console Firebase 事件的 Google Analytics,因为 Google Ads 中的转化不适用于 Android - Google Analytics for Firebase events as conversions in Google Ads not working for Android
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM