RejectionReasonResponse
The response object for a rejection reason operation.
Declaration
object RejectionReasonResponseProperties
| Name | Type | Description |
|---|---|---|
result | CreativeRejectionReason | The rejection reason record describing why an ad creative was rejected during review. See CreativeRejectionReason for the full field reference, including |
error | Error | Error details if the request failed. Absent on success. See Error. |
Discussion
The API returns RejectionReasonResponse as the envelope when you retrieve rejection reason details for an app.
Example
{
"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"
}
}