FlurryAgent.logEvent 和 FlurryAgent.onEvent 之间的区别

发布于 2024-10-31 15:22:54 字数 107 浏览 1 评论 0原文

FlurryAgent.logEventFlurryAgent.onEvent 之间有什么区别?

我找不到任何关于这些的文档。

What is the difference between FlurryAgent.logEvent and FlurryAgent.onEvent?

I could not find any documentation on these.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

那伤。 2024-11-07 15:22:54

onEvent 已被弃用,您应该使用 logEvent 代替它。 logEvent 还引入了两个新的重写方法,允许您跟踪定时事件(不适用于 onEvent):

  • logEvent(String eventId, boolean timed)
  • logEvent(String eventId, Mapparameters, boolean timed)

开始编辑

要结束定时事件,请使用:

  • endTimedEvent (String eventId)

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):

  • logEvent(String eventId, boolean timed)
  • logEvent(String eventId, Map parameters, boolean timed)

Start Edit

To end a timed event use:

  • endTimedEvent(String eventId)

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

念三年u 2024-11-07 15:22:54

我使用 Flurry 来跟踪事件。您必须首先在 Flurry 网站上创建一个帐户并注册您的项目名称。然后,如果您想跟踪某个按钮以及该按钮被按下的次数,您可以访问 Flurry 网站并在那里看到它。

共有三种类型:

  1. Google Analytics
  2. Flurry
  3. Omniture

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:

  1. Google Analytics
  2. Flurry
  3. Omniture

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).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文