cobub / razor

Cobub Razor - Open Source Mobile Analytics Solution
http://www.cobub.com
1.13k stars 431 forks source link

今日活跃用户数 比 累计用户数多 #47

Closed ray58750034 closed 11 years ago

ray58750034 commented 11 years ago

你好,我们最近在尝试使用razor 0.4版本进行用户数的统计,有一个问题想请教:

渠道统计页面数据如下: 渠道 Google Market
今日新增 223 昨日新增 5
今日活跃 241 昨日活跃 5 累计用户 230 周活跃率 50% 月活跃率 0.0%

在上述数据中,活跃用户数多于累计用户,是程序统计时的错误还是说这个是正常的,是哪里理解不对了?

cobub commented 11 years ago

Two reasons in old version

  1. schedule tasks are not run continuously.
  2. calculate error.

Now this error has been fixed. The number of all users is also calculated by sum all new users, so it will not happen.