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

# AssetImage

Image-specific asset detail fields.

```
object AssetImage
```

## Discussion

The `AssetImage` object contains the image-specific metadata for an asset when `assetType` is `IMAGE`. All fields are read-only, and the system populates them when it ingests the asset from the provider. To verify the asset meets size requirements for a given ad placement, use `width`, `height`, and `orientation`.

### Example

```json
{
  "adAccountId": 555666777,
  "width": 1284,
  "height": 2778,
  "format": "PNG",
  "sizeBytes": 2456789,
  "orientation": "PORTRAIT",
  "providerAssetUrl": "https://is5-ssl.mzstatic.com/image/thumb/AwayFinder123/v4/9b/7a/a4/screenshot.png/2048x2732.png",
  "providerToken": "AwayFinder123/v4/9b/7a/a4/screenshot.png",
  "checkSum": "a3c2e1d4b5f6",
  "sortPosition": 1
}
```

---

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)