Estimate duration
POST/results/estimation
Estimate duration of a campaign
Request
- application/json
Body
required
trafficAllocation
object
property name* double
dailyVisitors int64
conversionRate double
reliability double
improvement double
Responses
- 200
- 400
- 500
OK
- */*
- Schema
- Example (from schema)
Schema
days int64
{
"days": 0
}
Bad Request
- */*
- Schema
- Example (from schema)
Schema
serviceName string
message string
{
"serviceName": "string",
"message": "string"
}
Internal Server Error
- */*
- Schema
- Example (from schema)
Schema
serviceName string
message string
{
"serviceName": "string",
"message": "string"
}
Loading...