Flurry - 自定义事件

Flurry - custom events

您好,我想知道为什么我设置的自定义事件似乎没有显示在 flurry.com 门户网站上。

我猜这与我的设置方式有关 - 但根据 flurry 文档,我已经正确设置了它。

这是我单击触发 logEvent 的按钮时的结果

msg = <FlurryStreamEvent: 0x28350e000, type = 134, json = {   "fl.event.type" : "CUSTOM_EVENT",   "fl.event.id" : 2,   "fl.timed.event.duration" : 0,   "fl.event.timed" : false,   "fl.event.uptime" : 2284321185,   "fl.timed.event.starting" : false,   "fl.event.user.parameters" : {     "RXBpc29kZV90aXRsZQ==" : "WW91ciBTbyBTdHVwaWQ=",     "cG9kY2FzdA==" : "Mm5lcmRzIEluIEEgUm9vbQ=="   },   "fl.event.name" : "UG9kY2FzdF9QbGF5",   "fl.frame.version" : 1,   "fl.event.flurry.parameters" : {    },   "fl.event.timestamp" : 1603026151045 }>

我担心的是 "fl.event.flurry.parameters" : { }, 它是空的 - 我不知道它是否应该是空的..

我是这样称呼它的:

 let data = ["podcast": post.title, "Episode_title":podcast.title]
                                Flurry.logEvent("Podcast_Play", withParameters: data)

fl.event.user.parameters 是包含您设置的参数的参数,因此在您的示例中,它们正在报告。在门户中看不到它们可能是由于数据传播所需的预期时间。如果需要几个小时以上,请发送电子邮件至 support@flurry.com 并提供详细信息。