Calculates feasibility for a draft target group
POST/demand/accounts/:account_id/target-groups/calculate-feasibility
Calculates the feasibility for a new, unsaved (draft) target group based on the specifications you provide in the request body. You can use this endpoint to estimate the achievable number of completes and get a suggested price before you create the actual target group. If you include profiling details, the response will also provide a feasibility breakdown for each quota.
Note: Due to the unpredictable nature of `open-ended`` profiling conditions, the application may show a zero value for feasibility.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 500
The feasibility report was generated successfully.
Response Headers
The traceparent header carries the trace ID and parent span ID, as defined by the W3C Trace Context specification. It's used to trace a single request as it moves through multiple services.
The tracestate header complements the traceparent header by carrying vendor-specific trace information. This allows different services to add their own data to a trace.
A request is not valid and can't be processed.
A request is unauthorized.
A requested is forbidden.
A requested resource isn't found.
A request failed due to invalid state of the entity
A request failed due to an internal error.