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

# ProductPageLocaleDetails

Locale-specific metadata for an App Store product page.

```
object ProductPageLocaleDetails
```

## Discussion

The `ProductPageLocaleDetails` object provides the locale-specific content for an App Store product page, including display text and creative assets organized by device type. Each record is tied to a specific `languageCode`, making it possible to retrieve the exact creative content users will see in a given locale.

The `assetsByDevice` map is the primary structure for accessing locale media.

### Example

```json
{
  "adamId": 324684580,
  "language": "en",
  "languageCode": "en-US",
  "appName": "AwayFinder - Travel Planner",
  "subTitle": "Plan your next getaway",
  "promotionalText": "Get 3 months of Premium free",
  "shortDescription": "Discover, plan, and book trips with AwayFinder's curated travel guides.",
  "deviceClasses": [
    "IPHONE",
    "IPAD"
  ],
  "assetsByDevice": {
    "iphone_6_5": {
      "assets": [
        {
          "assetId": "550e8400-e29b-41d4-a716-446655440000"
        }
      ],
      "appPreviewDeviceFallBackDevices": [
        "iphone_6_7"
      ]
    },
    "iphone_6_7": {
      "assets": [
        {
          "assetId": "661f9511-f3ac-52e5-b827-557766551111"
        }
      ],
      "appPreviewDeviceFallBackDevices": []
    }
  },
  "productPageId": "133fc807-d4d5-4c77-92ae-1d6ffdf0c7dc"
}
```

## Topics

### Dictionaries

[`object ProductPageLocaleDetails.AssetsByDevice`](/documentation/Apple-Ads-Platform-API/ProductPageLocaleDetails/AssetsByDevice-data.dictionary)

A map of device type to a `DeviceAssetGroup` object.

---

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)