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

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

问题描述

我是 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.

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

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