Flurry的分析可以提供平均水平的整数信息? [英] Can Flurry analytics provide average of integer information?

查看:156
本文介绍了Flurry的分析可以提供平均水平的整数信息?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要整合乱舞与Android,想知道过了多久(以分钟计),用户会被留在主屏幕上。是否有可能使用乱舞得到这样的分析?当我检查乱舞,它给了我一个特定的屏幕上命中数的静。我想知道的是,用户在主屏幕上所花费的平均时间。请帮助在此方面。

I need to integrate Flurry with Android and want to know how long (in minutes) user will be staying in main screen. Is it possible to get such analytic using Flurry? When I checked Flurry, it gave me the statics on hit counts on a specific screen. What I want to know is the average time spent by user in main screen. Kindly help in this regard.

推荐答案

这可以通过定时事件来完成的。只需拨打下列方法之一,启动定时事件。在你的情况下,这应该在你的主屏幕OnStart方法来完成。

This can be accomplished through a timed event. Simply call one of the following methods to start the timed event. In your scenario this should be done in the onStart method of your main screen.

  • LOGEVENT(字符串EVENTID,布尔定时)
  • LOGEVENT(字符串EVENTID,地图参数,布尔定时)

要结束定时事件调用

  • endTimedEvent(字符串EVENTID)

在您的方案,这将被称为主屏幕的onStop方法。请确保你通过在如此布尔定时参数,你总是匹配每项活动的ONSTART和的onStop eventIds。

In your scenario this would be called in the onStop method of your main screen. Make SURE you pass in true for the boolean timed parameter and you always match eventIds in the onStart and onStop of each Activity.

乱舞会自动报告在你的开发门户网站帐户以下指标在应用>活动>你的事件ID。选择事件持续链接或图标(时钟):

Flurry will automatically report the following metrics in your dev portal account Under Applications > Events > Your Event Id. Choose the Event Duration link or icon (a clock):

平均活动持续时间 - 此报告的总事件时间的事件数量跨越一段时间划分。例如,假设你有2个用户在一定时间内你的应用程序中。用户A浏览您的主屏幕上10秒,进入二次筛选,并返回到主屏幕查看3秒。用户B浏览您的主屏幕为20秒。这个被报告为(10 + 3 + 20)/ 3 = 11秒

Average Event Duration - This reports the total event time divided by number of events across some period in time. For example, say you have 2 users of your app in some time period. User A views your main screen for 10 seconds, goes to a secondary screen and returns to your main screen to view for 3 seconds. User B views your main screen for 20 seconds. This is reported as (10+3+20)/3 = 11 seconds.

每会话事件持续时间 - 此报告每节事件的平均时间长度。会话被定义为用户在任何查看您的应用程序是没有中断超过10秒(10秒是默认的暂停时间,并且可以更新)。例如,您的用户观看15秒的主屏幕,进入二级屏幕,返回到5秒的主屏幕。本次活动持续时间的使用情况是20秒会话。这然后平均与另一个会话在同一时间段。

Event Duration Per Session - This reports the average length of time of an event per session. A session is defined as a user being within any View of your app without interruption exceeding 10 seconds (10 seconds is the default pause time and can be updated). For example, your user views the main screen for 15 seconds, goes to a secondary screen, returns to the main screen for 5 seconds. The event duration for that use case is 20 seconds for the session. This is then averaged with the other session over the same time period.

每用户事件持续时间 - 这个报告每个用户的事件的平均时间长度。用户可以使用你的应用程序中多次在给定的时间段。例如,在一天说,用户浏览您的应用程序3次(3次)。在第一届会议的用户查看主页持续5秒,第二次会议10秒,第三次会议15秒。本次活动持续时间该用户是30秒的一天。这然后平均与所有其他用户在同一时间段。

Event Duration Per User - This reports the average length of time of an event per user. A user can use your app multiple times in a given time period. For example, in a day say a user views your app 3 times (3 sessions). In the first session your user views the main page for 5 seconds, second session for 10 seconds, third session for 15 seconds. The event duration for this user is 30 seconds for the day. This is then averaged with all other users over the same time period.

这篇关于Flurry的分析可以提供平均水平的整数信息?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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