public class ShakeAroundStatisticsApi extends Object
构造器和说明 |
---|
ShakeAroundStatisticsApi() |
限定符和类型 | 方法和说明 |
---|---|
static ApiResult |
getByDevice(DeviceIdentifier deviceIdentifier,
Date beginDate,
Date endDate)
以设备为维度的数据统计接口
|
static ApiResult |
getByPage(int pageId,
Date beginDate,
Date endDate)
以页面为维度的数据统计接口
|
static ApiResult |
getDeviceList(Date date,
int pageIndex)
批量查询设备统计数据接口
查询指定时间商家帐号下的每个设备进行摇周边操作的人数、次数,点击摇周边消息的人数、次数。
|
static ApiResult |
getPageList(Date date,
int pageIndex)
批量查询设备统计数据接口
查询指定时间商家帐号下的每个设备进行摇周边操作的人数、次数,点击摇周边消息的人数、次数。
|
public static ApiResult getByDevice(DeviceIdentifier deviceIdentifier, Date beginDate, Date endDate)
deviceIdentifier
- 设备信息beginDate
- 起始日期时间戳,最长时间跨度为30天,单位为秒endDate
- 结束日期时间戳,最长时间跨度为30天,单位为秒public static ApiResult getDeviceList(Date date, int pageIndex)
date
- 指定查询日期时间戳,单位为秒pageIndex
- 指定查询的结果页序号;返回结果按摇周边人数降序排序,每50条记录为一页public static ApiResult getByPage(int pageId, Date beginDate, Date endDate)
pageId
- 指定页面的设备IDbeginDate
- 起始日期时间戳,最长时间跨度为30天,单位为秒endDate
- 结束日期时间戳,最长时间跨度为30天,单位为秒Copyright © 2017. All rights reserved.