---
title: AssetImage
framework: Apple Ads Platform API
role: symbol
role_heading: Object
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/assetimage
---

# AssetImage

Image-specific asset detail fields.

## Declaration

```data
object AssetImage
```

## Properties

adAccountId: Ad account identifier. Present for custom assets. Read-only. width: Width of the image in pixels. Read-only. height: Height of the image in pixels. Read-only. format: Image format. Possible values: JPEG, JPG, PNG, HEIC, HEIF, SVG, WEBP. Read-only. sizeBytes: File size in bytes. Read-only. orientation: Image orientation. Possible values: PORTRAIT, LANDSCAPE, SQUARE. Read-only. providerAssetUrl: Source URL of the image at the provider system. Read-only. providerToken: Provider-specific authentication or access token. Read-only. checkSum: File checksum for verifying asset integrity after transfer. Read-only. sortPosition: Display order position within an asset collection. Read-only.

## Discussion

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 {   "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 }

## See Also

- [Creative](apple-ads-platform-api/creative.md)
- [CreativeCreate](apple-ads-platform-api/creativecreate.md)
- [CreativeUpdate](apple-ads-platform-api/creativeupdate.md)
- [CreativeResponse](apple-ads-platform-api/creativeresponse.md)
- [CreativeQueryResponse](apple-ads-platform-api/creativequeryresponse.md)
- [CreativeEligibility](apple-ads-platform-api/creativeeligibility.md)
- [AssetReference](apple-ads-platform-api/assetreference.md)
- [Destination](apple-ads-platform-api/destination.md)
- [DestinationCreate](apple-ads-platform-api/destinationcreate.md)
- [DestinationParameter](apple-ads-platform-api/destinationparameter.md)
- [CreativeRejectionReason](apple-ads-platform-api/creativerejectionreason.md)
- [CreativeRejectionReasonQueryRequest](apple-ads-platform-api/creativerejectionreasonqueryrequest.md)
- [CreativeRejectionReasonQueryResponse](apple-ads-platform-api/creativerejectionreasonqueryresponse.md)
- [LocaleInfo](apple-ads-platform-api/localeinfo.md)
