版本:202201
查询Salespop 数据图
GET/openapi/2022-01/salespops/datagraph
请求
Query参数
type string必填
The data type, example: banner
subtype string必填
The data subtype, example: sales_pop_exposure
begin_time date-time必填
The datagraph begin time, in timestamp.
end_time date-time必填
The datagraph end time, in timestamp.
tz int32必填
The time zone, example: 8
响应
- 200
- 400
200
- text/plain
- 数据结构
- 示例
- Result
数据结构
checkoutinteger
默认值:
0示例:
0clickinteger
默认值:
0示例:
0exposureinteger
默认值:
0示例:
0purchaseinteger
默认值:
0示例:
0salesinteger
默认值:
0示例:
0{
"checkout": 0,
"click": 0,
"exposure": 0,
"purchase": 0,
"sales": 0
}
{
"checkout": 0,
"click": 0,
"exposure": 0,
"purchase": 0,
"sales": 0
}
400
- application/json
无 Schema