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

# ProductPageLocaleDetailsQueryResponse

Paginated response object for the product page locale details query.

```
object ProductPageLocaleDetailsQueryResponse
```

## Discussion

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

### Example

```json
{
  "result": [
    {
      "productPageId": "133fc807-d4d5-4c77-92ae-1d6ffdf0c7dc",
      "adamId": 123456789,
      "language": "en",
      "languageCode": "en-US",
      "appName": "AwayFinder",
      "subTitle": "Get more done every day",
      "promotionalText": "Now with AI-powered scheduling",
      "shortDescription": "The all-in-one task manager for busy professionals.",
      "deviceClasses": [
        "IPHONE",
        "IPAD"
      ],
      "assetsByDevice": {
        "iphone_6_5": {
          "assets": [
            {
              "assetId": "41a91e19-e021-45bb-ac5a-5faec02f9445"
            },
            {
              "assetId": "52b02f2a-f132-56cc-bd6b-6cbfd13c0556"
            }
          ],
          "appPreviewDeviceFallBackDevices": []
        }
      }
    }
  ],
  "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)