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

# RejectionReasonResponse

The response object for a rejection reason operation.

```
object RejectionReasonResponse
```

## Discussion

The API returns `RejectionReasonResponse` as the envelope when you retrieve rejection reason details for an app.

### Example

```json
{
  "result": {
    "id": 14919,
    "adamId": 987654321,
    "creativeId": 456789,
    "productPageId": "9ea4bb81-5f18-401f-bfe1-101a6ee6d328",
    "assetId": "41a91e19-e021-45bb-ac5a-5faec02f9445",
    "supplySource": "APPSTORE",
    "supplyPlacement": "APPSTORE_TODAY_TAB",
    "countryOrRegion": "US",
    "languageCode": "en-US",
    "reasonType": "REJECTION_REASON",
    "reasonCode": "APP_NOT_ELIGIBLE",
    "comment": "Product page metadata does not meet App Store review guidelines.",
    "reasonLevel": "CUSTOM_PRODUCT_PAGE_LOCALE",
    "creationTime": "2026-02-05T08:30:00.000",
    "modificationTime": "2026-03-05T08:30:00.000"
  }
}
```

## See Also

[App Eligibility Endpoints](/documentation/Apple-Ads-Platform-API/app-eligibility-endpoints)

Check whether apps qualify to run ads and look up rejection reasons for creatives.



---

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)