<!--
{
  "availability" : [
    "Search Ads: 5.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Apple_Ads",
  "identifier" : "/documentation/apple_ads/Gets-a-product-page-reason",
  "metadataVersion" : "0.1.0",
  "role" : "Web Service Endpoint",
  "symbol" : {
    "kind" : "Web Service Endpoint",
    "modules" : [
      "Apple Ads"
    ],
    "preciseIdentifier" : "rest:apple_ads:get:v5-product-page-reasons-{}"
  },
  "title" : "Get Ad Creative Rejection Reasons"
}
-->

# Get Ad Creative Rejection Reasons

Fetches ad creative rejection reasons by custom product page ID.

## Discussion

Use this endpoint to fetch rejected ad creative approval reason details. Use the `id` that returns in `ProductPageReason` in the resource path as your `productPageReasonId`. See the [`ProductPageReason`](/documentation/apple_ads/ProductPageReason) object for rejection reason code enumerations, parameter descriptions, and selector condition operators.

### Payload example: Get rejection reasons

**Request:**

```
GET https://api.searchads.apple.com/api/v5/product-page-reasons/{productPageReasonId}
```

**Response:**

```json
{
  "data": {
    "id": "135366",
    "adamId": 735599345,
    "productPageId": "68e5948c-3726-4cfc-8915-6b09afb36d83",
    "assetGenId": "735599345;en-US;9;0;4201c5a4bd4087cc82xdfetdc8141b94d0",
    "supplySource": "APPSTORE_TODAY_TAB",
    "countryOrRegion": "US",
    "languageCode": “en-US”,
    "reasonType": "APP_NAME_LANGUAGE_CONFLICT",
    "reasonCode": "SUBTITLE_LANGUAGE_CONFLICT",
    "comment": null
  }
}
```

---

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)