cobub / razor

Cobub Razor - Open Source Mobile Analytics Solution

Home Page:http://www.cobub.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

关于Cobub Razor API 手册--getbasicdatabyversion获取基础数据(按版本划分)

onerentop opened this issue · comments

该接口 功能描述为 :
根据productid在指定时间段下所有版本下的启动次数、活跃用户数、新用户数、平均使用时长、累计用户数、累计启动次数。
但是 我看到具体实现 并不是指定时间段 而是 两个时间点,部分代码如下:

	$versionname=$this->getversionbyproductid($productid);
	$content=array();
	$fromret = $this->getdetailversion($productid, $fromtime);
	$toret   = $this->getdetailversion($productid, $totime);

不是很明白这样意义何在
这也就是查询两个时间点 产品对应各个版本的数据