<!--
{
  "availability" : [
    "Search Ads: 5.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Apple_Ads",
  "identifier" : "/documentation/apple_ads/Get-Product-Pages-by-Identifier",
  "metadataVersion" : "0.1.0",
  "role" : "Web Service Endpoint",
  "symbol" : {
    "kind" : "Web Service Endpoint",
    "modules" : [
      "Apple Ads"
    ],
    "preciseIdentifier" : "rest:apple_ads:get:v5-apps-{}-product-pages-{}"
  },
  "title" : "Get Product Pages by Identifier"
}
-->

# Get Product Pages by Identifier

Fetches metadata for a specific product page.

## Discussion

Use this endpoint to fetch metadata assigned to a specific product page using your `adamId` and `productPageId` in the resource path. Your `productPageId` is an identifier appended to your app product page. For example, `https://apps.apple.com/us/app/trip-trek/id12345678?45812c9b-c296-43d3-c6a0-c5a02f74bf6e`.

Use your `productPageId` to create a [`Creative`](/documentation/apple_ads/Creative) and obtain a `creativeId`. See [`Create a Creative`](/documentation/apple_ads/Create-a-Creative).

### Payload example: Get product pages by identifier

**Request:**

```
GET https://api.searchads.apple.com/api/v5/apps/{adamId}/product-pages/{productPageId}
```

**Response:**

```json
    {
      "id”: "45812c9b-c296-43d3-c6a0-c5a02f74bf6e0",
      "name”: "Trip Trek CPP variation",
      "state": "VISIBLE",
      "adamId": 8992479644,
      "creationTime": "2024-10-25T23:59:59.000",
      "modificationTime": "2024-10-25T23:59:59.000"
    }
```

---

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)