---
title: ProductPageDetails
framework: Apple Ads Platform API
role: symbol
role_heading: Object
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/productpagedetails
---

# ProductPageDetails

Product page metadata for a Default Product Page, Custom Product Page, or Product Page Optimization (PPO) variant.

## Declaration

```data
object ProductPageDetails
```

## Properties

id: Product page identifier. This is the App Store Connect product page UUID. Read-only. adamId: The App Store app identifier (Adam ID) this product page belongs to. name: The product page name as configured in App Store Connect. state: Product page state. Nullable string with no fixed enum, for example, PUBLISHED. App Store Connect may also surface states such as READY_FOR_DISTRIBUTION before a page finishes propagating. deepLink: Deep link URL for this product page. Only present for product pages with a configured deep link destination. creationTime: Timestamp when the product page was created, in ISO 8601 format. Read-only. modificationTime: Timestamp when the product page was last modified, in ISO 8601 format. Read-only.

## Discussion

Discussion The ProductPageDetails object describes a product page associated with an app. The product page query and get-by-ID endpoints return it. Creative and ad group objects that use a product page destination reference the page by its productPageId only, not this full object. Example {   "id": "133fc807-d4d5-4c77-92ae-1d6ffdf0c7dc",   "adamId": 324684580,   "name": "AwayFinder Premium Campaign Landing",   "state": "PUBLISHED",   "deepLink": "awayfinder://campaign/premium",   "creationTime": "2025-01-10T08:00:00.000",   "modificationTime": "2025-01-12T09:30:00.000" }

## See Also

- [ProductPageDetailsResponse](apple-ads-platform-api/productpagedetailsresponse.md)
- [ProductPageDetailsQueryResponse](apple-ads-platform-api/productpagedetailsqueryresponse.md)
- [ProductPageLocaleDetails](apple-ads-platform-api/productpagelocaledetails.md)
- [ProductPageLocaleDetailsQueryResponse](apple-ads-platform-api/productpagelocaledetailsqueryresponse.md)
- [DeviceAssetGroup](apple-ads-platform-api/deviceassetgroup.md)
