如何从Firebase控制台查看事件参数 [英] How to view event parameters from Firebase console

查看:1554
本文介绍了如何从Firebase控制台查看事件参数的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我刚开始使用Firebase进行应用分析,并遇到一些问题,试图查看与我的事件相关的参数。登录到控制台后,选择我的应用程序,然后选择 iOS 版本,然后显示仪表板。所有这一切看起来不错。然后选择 Events 选项卡,我看到我的应用程序记录的所有事件的列表。再次,这是一切都好。但是,我希望能够深入查看基于这些事件传递的参数的报表。在我的iOS代码中,我有以下几点:



$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ some_item_id,
kFIRParameterContentType:@some_content_type
}];

我希望能够看到有多少这些select_content事件来自特定的content_type 。但我无法弄清楚如何做到这一点。



我使用content_type创建了一个 Audience ,我知道自己以前测试过,但是我的用户数量总是在 0 。所以我很茫然......如何根据所提供的参数看到事件的分析?

解决方案

看起来你正在记录正确的事件和参数。它应该产生一个看起来像附件的select_content报告。您无需创建观众即可查看。




I have just started using Firebase for my app analytics and I'm having some issues trying to view the parameters associated with my events. Upon logging into the console, selecting my app, then I select the iOS version and I'm presented with the dashboard. All of that looks good. Then I select the Events tab, and I see a list of all events that my app has logged. Again, this is all good. However, I want to be able to drill down and see reports based on the parameters that were passed with those events. in my iOS code I have the following:

[FIRAnalytics logEventWithName:kFIREventSelectContent parameters:@{
    kFIRParameterItemID:@"some_item_id",
    kFIRParameterContentType:@"some_content_type"
}];

I want to be able to see how many of these "select_content" events were from a particular "content_type". But I cannot figure out how to do that.

I tried creating an Audience using "content_type" that I know I tested days ago, but my number of users is always at 0. So I'm at a loss...how the heck do you see analytics for events based on the parameters that were supplied?

解决方案

It looks like you're logging the correct event and parameters. It should produce a select_content report that looks like the attached. You don't need to create an audience to see this.

这篇关于如何从Firebase控制台查看事件参数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆