Contents

RecommendationQueryTargetCpaResponse

Response envelope returned by the target CPA recommendation query endpoint, containing matched recommendations.

Declaration

object RecommendationQueryTargetCpaResponse

Properties

NameTypeDescription
result[TargetCpaRecommendation]

The target CPA recommendations matching the query. Array of TargetCpaRecommendation. Read-only.

paginationRecommendationResponsePagination

Pagination metadata for the result set. See ResponsePagination. Read-only.

errorRecommendationResponseError

Error details when the request fails. Absent on success. See ResponseError. Read-only.

See Also