RecommendationQueryTargetCpaSuggestionResponse
Response envelope returned by the Target CPA suggestions endpoint.
Declaration
object RecommendationQueryTargetCpaSuggestionResponseProperties
| Name | Type | Description |
|---|---|---|
result | TargetCpaSuggestion | The suggested Target CPA. See TargetCpaSuggestion. Read-only. |
pagination | RecommendationResponsePagination | Pagination metadata. |
error | RecommendationResponseError | Error details when the request fails, in which case |
Discussion
The RecommendationQueryTargetCpaSuggestionResponse object is the top-level response body for POST /suggestions/target-cpas/query.
Example
{
"result": {
"promotedObjectId": "123456789",
"countryOrRegion": [
"US",
"GB"
],
"suggestedTargetCPA": {
"amount": "1.50",
"currency": "USD"
},
"appCategory": "Games"
},
"pagination": null
}