Contents

RecommendationResponseBody.Result

Usually an array of recommendation, suggestion, or history objects returned by the endpoint. A single object for the Target CPA suggestion query response.

Declaration

object RecommendationResponseBody.Result

Discussion

The result field holds the recommendation, suggestion, or history objects an endpoint returns. It’s usually an array, with one entry per matched recommendation or suggestion. The single exception is the target CPA suggestion query response (RecommendationQueryTargetCpaSuggestionResponse), where result is a single object rather than a list, since that endpoint always returns exactly one suggestion. The result field is absent when the request fails.