是否需要24小时才能在Parse Analytics中记录自定义事件 [英] Does it take 24 hours for custom events to be recorded in Parse Analytics

查看:109
本文介绍了是否需要24小时才能在Parse Analytics中记录自定义事件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是Parse的新手,我刚尝试添加一个基本事件,其数据如下:

I'm new to Parse and I've just tried adding a basic event with data like so:

NSDictionary *dimensions = @{
                             // What type of news is this?
                             @"category": @"politics",
                             // Is it a weekday or the weekend?
                             @"dayType": @"weekday",
                             };

[PFAnalytics trackEvent:@"read" dimensions:dimensions];

从仪表板上我可以看到记录的API请求事件,但我似乎无法访问特定的事件或数据。是否需要24小时注册或我错误地使用仪表板?

From the dashboard I can see the API Request event recorded but I can't seem to access the specific event or data. Does it take 24 hours to register or am I using the dashboard incorrectly?

推荐答案

好的,我想我发现了这个问题。除非您单击自定义细分,然后从选项中选择以显示自定义事件,否则您将无法在控制板中看到它,然后使用过滤器查看类别和日期类型的维度。它。

Ok, I think I've found the issue. You won't see it in the Dashboard unless you click on "Custom Breakdown" and then select from the options to visualize your custom event, then use the filters to see the dimensions for "category" and "dayType" from the Filters inside of it.

如果您想保留此报告以供将来使用,请单击保存细分,您可以随时返回(尽管您无法编辑过滤器) )
我希望这会有所帮助。

If you want to keep this report for future use then click "Save Breakdown" and you can always come back to it (although you can't edit the filters) I hope this helps.

这篇关于是否需要24小时才能在Parse Analytics中记录自定义事件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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