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

# ProductPageDetailsQueryResponse

Paginated response object for the product page details query.

```
object ProductPageDetailsQueryResponse
```

## Discussion

The `ProductPageDetailsQueryResponse` object is the top-level envelope returned by [`Query Product Pages`](/documentation/Apple-Ads-Platform-API/Query-Product-Pages). The `pagination` object describes the current page position.

### Example

```json
{
  "result": [
    {
      "id": "133fc807-d4d5-4c77-92ae-1d6ffdf0c7dc",
      "adamId": 324684580,
      "name": "AwayFinder Premium Landing",
      "state": "PUBLISHED",
      "deepLink": "awayfinder://campaign/premium",
      "creationTime": "2025-01-10T08:00:00.000",
      "modificationTime": "2025-01-10T08:00:00.000"
    }
  ],
  "pagination": {
    "totalCount": 1,
    "offset": 0,
    "pageSize": 20
  }
}
```

---

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)