Home > Backend Development > PHP Tutorial > 移动app - php 怎么去设计统计用户在app内的时间

移动app - php 怎么去设计统计用户在app内的时间

WBOY
Release: 2016-06-06 20:28:53
Original
1489 people have browsed it

产品设计想要去统计用户在app内的时间长短,包括用户激活、影藏app的时间。

我现在有方案就是当app激活时或者按home建隐藏时,带不同的参数来请求后台的接口,后台来做统计。

但是想了下,这样表的数据量会非常大。难以维护。
请问下有什么好点的方案呢?

回复内容:

产品设计想要去统计用户在app内的时间长短,包括用户激活、影藏app的时间。

我现在有方案就是当app激活时或者按home建隐藏时,带不同的参数来请求后台的接口,后台来做统计。

但是想了下,这样表的数据量会非常大。难以维护。
请问下有什么好点的方案呢?

简单的统计有第三方的,比如友盟什么的

1写access日志 分析
2每天一个表

客户端那边写个定时功能,隔30S 或者60s 上报设备情况

数据量为啥会非常大? 如果就想统计总时长,每次累加就好了,如果想知道每次打开了多久,那就没有偷懒的办法,乖乖的建立表,大不了定时备份,保持表中有一定的数据量。

Related labels:
php
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template