获取指定活动统计数据
接口
GET /api/activity/stats授权
Authorization: Bearer <accessToken>
Content-Type: application/json参数
stats 统计参数
请求样例
响应示例
最后更新于
这有帮助吗?
GET /api/activity/statsAuthorization: Bearer <accessToken>
Content-Type: application/json最后更新于
这有帮助吗?
这有帮助吗?
/api/activity/stats?activityId=8448124&stats=puv&stats=ip&stats=timeline&stats=liveTime&stats=region&stats=highestUv{
"timeline":[
],
"liveTime":8860,
"region":[
{
"province":"浙江",
"number":202
}
],
"referrer":{
"other":{
"null":140,
"manage.shangzhibo.tv":4,
"open.weixin.qq.com":7,
"shangzhibo.tv":51
}
},
"device":{
"iOS":18,
"Android":7,
"PC":177,
"other":0
},
"highestUv":{
"highestUv":17,
"highestUvAt":"2020-05-12T06:22:00.000Z",
"highestUvCollectedAt":"2020-08-18T00:51:11.000Z"
},
"pv":2042,
"uv":413,
"totalTime":0
}