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

# LegacyAppLimitedStatusReasonDetailsResponse

Response wrapper returning per-country or per-region limited-status reasons for legacy app campaigns.

```
object LegacyAppLimitedStatusReasonDetailsResponse
```

## Discussion

The `LegacyAppLimitedStatusReasonDetailsResponse` object extends the standard [`Response`](/documentation/Apple-Ads-Platform-API/Response) envelope with a `result` object containing `countryOrRegionLimitedStatusReasons`. This map associates ISO 3166-1 alpha-2 country or region codes with arrays of reason strings that explain why ad delivery is limited in each market for legacy app campaigns.

An empty array for a given country or region means no limiting reasons are currently active there. Reason strings are human-readable labels corresponding to system conditions such as budget exhaustion, policy holds, or app-eligibility issues.

### Example

```json
{
  "result": {
    "countryOrRegionLimitedStatusReasons": {
      "US": [
        "APP_NOT_ELIGIBLE_SEARCHADS",
        "AD_GROUPS_LIMITED"
      ],
      "GB": [],
      "CA": [
        "APP_DOC_APPROVAL_PENDING"
      ]
    }
  }
}
```

---

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)