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

# DeviceAssetGroup

Represents assets organized by device type with fallback device information.

```
object DeviceAssetGroup
```

## Discussion

The `DeviceAssetGroup` object is a value type within the `assetsByDevice` map on `ProductPageLocaleDetails` and `AppLocaleDetails`, keyed by specific device type string (for example, `iphone_6_5`, `iphone_6_7`, `ipadPro`).

### Example

```json
{
  "assets": [
    {
      "assetId": "550e8400-e29b-41d4-a716-446655440000"
    },
    {
      "assetId": "6ba7b810-9dad-11d1-80b4-00c04fd430c8"
    }
  ],
  "appPreviewDeviceFallBackDevices": [
    "iphone6",
    "iphone5"
  ]
}
```

---

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)