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

# CreativeRejectionReasonQueryResponse

The response object for a creative rejection reason query, containing matched results and pagination metadata.

```
object CreativeRejectionReasonQueryResponse
```

## Discussion

The `CreativeRejectionReasonQueryResponse` object is returned by the creative rejection reason query endpoint.

To understand why an ad creative’s `systemStatus` is `INVALID` and which specific policy or format requirements it failed to meet, use this response.

### Example

```json
{
  "result": [
    {
      "id": 555666777,
      "adamId": 123456789,
      "creativeId": 666777888,
      "productPageId": "987654321",
      "assetId": null,
      "supplySource": "APPSTORE",
      "supplyPlacement": "APPSTORE_SEARCH_TAB",
      "countryOrRegion": "US",
      "languageCode": "en-US",
      "reasonType": "REJECTION_REASON",
      "reasonCode": "SCREENSHOT_NOT_REPRESENTATIVE",
      "comment": "Screenshot does not accurately represent the AwayFinder app experience.",
      "reasonLevel": "CUSTOM_PRODUCT_PAGE_LOCALE",
      "creationTime": "2025-01-10T08:00:00.000",
      "modificationTime": "2025-01-10T08:00:00.000"
    }
  ],
  "pagination": {
    "pageSize": 20,
    "offset": 0,
    "totalCount": 1
  }
}
```

---

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)