---
title: RecommendationResponseBody.Result
framework: Apple Ads Platform API
role: symbol
role_heading: Object
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/recommendationresponsebody/result-data.dictionary
---

# 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

```data
object RecommendationResponseBody.Result
```

## Discussion

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.
