解析分析自定义事件未注册 [英] Parse analytics custom event not registering

查看:118
本文介绍了解析分析自定义事件未注册的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这两个命令都注册为分析事件,但我看不到自定义事件名称的细分。

Both of these commands register as analytics events but I can't see a breakdown of the custom event names.

PFAnalytics.trackEventInBackground("ML Feeling Bad", block: nil)

-

var dictionary = ["test" : "val"]
PFAnalytics.trackEventInBackground("ML Feeling Good", dimensions: dictionary, block: nil)

我正在查看Analytics> Events> Analytics Requests。自定义细分似乎没有任何有用的选项。

I'm looking at Analytics > Events > Analytics Requests. Custom Breakdown doesn't seem to have any helpful options.

推荐答案

我刚刚找到了!删除事件名称中的空格

I've just found! Remove the spaces in events names.

例如更改ML感觉良好MLFeelingGood

似乎Parse Analytics中有一个错误,因为在资源管理器中显示带空格的事件,但不在分析标签中。没有空格的事件会正确显示。

Seems that there is a bug inside Parse Analytics, because events with spaces are displayed in Explorer, but not in Analytics tab. And events with no spaces are displayed correctly.

这篇关于解析分析自定义事件未注册的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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