Contents

RecommendationApplyTargetCpaResponse

Response envelope returned when applying or dismissing a target CPA recommendation, containing the resulting history record(s).

Declaration

object RecommendationApplyTargetCpaResponse

Properties

NameTypeDescription
result[TargetCpaRecommendationHistory]

The target CPA recommendation history record(s) created by applying the recommendation. Array of TargetCpaRecommendationHistory. Read-only.

paginationRecommendationResponsePagination

Pagination metadata. null for apply and dismiss responses. See ResponsePagination. Read-only.

errorRecommendationResponseError

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

See Also