调用DescribeCustomEventCount接口查询自定义事件的统计结果。
接口说明
说明
此 API 以产品为维度统计每个产品自定义事件的数量。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
Name | string | 否 | 事件名称。 | BABEL_BUY |
EventId | string | 否 | 事件 ID。 | 123 |
GroupId | string | 否 | 应用分组 ID。 | 12345 |
SearchKeywords | string | 否 | 搜索事件内容包含的关键字。
| cms |
StartTime | string | 否 | 开始时间。 格式为 Unix 时间戳,即从 1970 年 1 月 1 日开始所经过的毫秒数。 | 1552209685596 |
EndTime | string | 否 | 结束时间。 格式为 Unix 时间戳,即从 1970 年 1 月 1 日开始所经过的毫秒数。 | 1552220485596 |
返回参数
示例
正常返回示例
JSON
格式
{
"Code": "200",
"Message": "success",
"RequestId": "60912C8D-B340-4253-ADE7-61ACDFD25CFC",
"Success": true,
"CustomEventCounts": {
"CustomEventCount": [
{
"Time": 1552267615000,
"Num": 20,
"Name": "BABEL_BUY"
}
]
}
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | ParameterInvalid | Illegal parameters. | - |
403 | AccessForbidden | User not authorized to operate on the specified resource. | - |
404 | ResourceNotFound | The specified resource is not found. | 未找到指定资源。 |
500 | InternalError | The request processing has failed due to some unknown error. | - |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|
暂无变更历史