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

# ProductPageDetailsResponse

Response object for a single product page retrieval.

```
object ProductPageDetailsResponse
```

## Discussion

The [`Get Product Page by ID`](/documentation/Apple-Ads-Platform-API/Get-Product-Page-by-ID) endpoint returns `ProductPageDetailsResponse` as the top-level envelope.

### Example

```json
{
  "result": {
    "id": "133fc807-d4d5-4c77-92ae-1d6ffdf0c7dc",
    "adamId": 123456789,
    "name": "AwayFinder - Holiday Season CPP",
    "state": "PUBLISHED",
    "deepLink": "https://apps.apple.com/us/app/awayfinder/id123456789?ppid=133fc807-d4d5-4c77-92ae-1d6ffdf0c7dc",
    "creationTime": "2025-04-10T08:00:00.000",
    "modificationTime": "2025-05-01T14: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)