Version: 202201
Get Salespop Datagraph
GET/openapi/2022-01/salespops/datagraph
Request
Query Parameters
type stringrequired
The data type, example: banner
subtype stringrequired
The data subtype, example: sales_pop_exposure
begin_time date-timerequired
The datagraph begin time, in timestamp.
end_time date-timerequired
The datagraph end time, in timestamp.
tz int32required
The time zone, example: 8
Responses
- 200
- 400
200
- text/plain
- Schema
- Example
- Result
Schema
checkoutinteger
Default value:
0Example:
0clickinteger
Default value:
0Example:
0exposureinteger
Default value:
0Example:
0purchaseinteger
Default value:
0Example:
0salesinteger
Default value:
0Example:
0{
"checkout": 0,
"click": 0,
"exposure": 0,
"purchase": 0,
"sales": 0
}
{
"checkout": 0,
"click": 0,
"exposure": 0,
"purchase": 0,
"sales": 0
}
400
- application/json
No schema