更新时间:2020-08-06 10:24
用户数据表中的更新消息统计数据查询
查询用户指定实例,指定数据表中的更新消息的统计数据
GET
/openapi/instances/{instanceId}/tables/{table}/data-message-statistics
table 指的是表名,item/user/behavior 三选一
参数 | 类型 | 是否必选 | 描述 |
---|---|---|---|
startTime | Long | 是 | 开始时间 s 时间戳 |
endTime | Long | 是 | 结束时间 s 时间戳 |
itemId | String | 否 | |
itemType | String | 否 | |
userId | String | 否 | |
userType | String | 否 | |
cmdType | String | 否 | update/delete/add 三选一 |
traceId | String | 否 | |
sceneId | String | 否 | |
bhvType | String | 否 | expose 曝光 click 点击 like 点赞 comment 评论 |
collect 收藏
stay 停留时长
cart 加购
buy 购买
evaluate 评论 |
参数 | 类型 | 描述 |
---|---|---|
RequestId | String | 当前请求的RequestID |
Result | Map | 查询结果 |
GET /openapi/instances/airec-cn-xxxxx/tables/item/data-message-statistics?startTime=xxx&endTime=xxx&itemType=item&itemId=12345
JSON
格式
{
"RequestId": "16B78383-2803-4964-9605-37B30C073B0E",
"Result":
[
{
"UploadTimestamp": "123456",
"Number": "100"
},
{
"UploadTimestamp": "123456",
"Number": "100"
}
]
}
在文档使用中是否遇到以下问题
更多建议
匿名提交