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

# ProductPageDetails

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

```
object ProductPageDetails
```

## 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

```json
{
  "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"
}
```

---

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)