FlurryAgent.logEvent 和 FlurryAgent.onEvent 之间的区别
FlurryAgent.logEvent
和 FlurryAgent.onEvent
之间有什么区别?
我找不到任何关于这些的文档。
What is the difference between FlurryAgent.logEvent
and FlurryAgent.onEvent
?
I could not find any documentation on these.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
onEvent 已被弃用,您应该使用 logEvent 代替它。 logEvent 还引入了两个新的重写方法,允许您跟踪定时事件(不适用于 onEvent):
开始编辑
要结束定时事件,请使用:
End Edit
我们将在不久的将来改进我们的文档,以便更容易找到此类问题的答案。感谢您选择 Flury。
·R
安东尼
onEvent is deprecated and you should use logEvent in its place. logEvent also introduced two new overridden methods to allow you to track timed events (not available for onEvent):
Start Edit
To end a timed event use:
End Edit
We will be improving our documentation in the near future so that it is easier to find the answers to these types of questions. Thanks for choosing Flurry.
R,
Anthony
这是最新 flurry 文档的链接
http://support.flurry.com/sdkdocs/android /classcom_1_1flurry_1_1android_1_1_flurry_agent.html
here is a link to latest flurry documentation
http://support.flurry.com/sdkdocs/android/classcom_1_1flurry_1_1android_1_1_flurry_agent.html
我使用 Flurry 来跟踪事件。您必须首先在 Flurry 网站上创建一个帐户并注册您的项目名称。然后,如果您想跟踪某个按钮以及该按钮被按下的次数,您可以访问 Flurry 网站并在那里看到它。
共有三种类型:
Omniture 速度很快,因为它是付费服务,另外两种则非常慢(可能需要 15 个小时才能向您显示结果)。
I used Flurry to track the events. You have to first create an account on the Flurry website and register your project name. Then if you want to track a button and how many times that button was pressed, you go to the Flurry site and you can see it there.
There are three types:
Omniture is fast because it is a paid service, and the other two are very slow (it may take them 15 hours to show you your results).