<!--
{
  "availability" : [
    "Apple Ads Platform API: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Apple-Ads-Platform-API",
  "identifier" : "/documentation/Apple-Ads-Platform-API/RecommendationStatus",
  "metadataVersion" : "0.1.0",
  "role" : "Type",
  "symbol" : {
    "kind" : "Type",
    "modules" : [
      "Apple Ads Platform API"
    ],
    "preciseIdentifier" : "data:apple-ads-platform-api:RecommendationStatus"
  },
  "title" : "RecommendationStatus"
}
-->

# RecommendationStatus

The operational status of a recommendation record, independent of its lifecycle state.

```
string RecommendationStatus
```

## Discussion

The `RecommendationStatus` reflects the system-level status of the recommendation record itself, in contrast to [`RecommendationState`](/documentation/Apple-Ads-Platform-API/RecommendationState) which tracks the advertiser’s response. In most workflows `state` is the relevant field. The `status` field primarily serves internal record management.

A recommendation can be `ENABLED` while in `APPLIED` or `DISMISSED` state. The status reflects the record’s persistence in the system, not its actionability.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)