---
title: AppAsset
framework: Apple Ads
role: symbol
role_heading: Object
platforms: [search ads 4.8+]
path: apple_ads/appasset
---

# AppAsset

The app assets associated with an adam ID.

## Declaration

```data
object AppAsset
```

## Properties

adamId: Your unique App Store app identifier. Use Get a Campaign or Get all Campaigns to obtain your adamId. You can use the EQUALS and IN Selector Condition operators with Find App Assets. This field is sortable. appPreviewDevice: Indicates the device model and corresponding display size. See AppPreviewDevicesMappingResponse.Data. This field is sortable. assetGenId: The unique identifier for an app preview or screenshot. Your adamId is the first numerical grouping in assetGenId. For example, in 1408851466;en-US;5;0;f8c9add6280c781e6f701c506be5a921, 1408851466 is your adamId. You can use the EQUALS and IN Selector Condition operators with Find App Assets. This field is sortable. assetType: The type of creative asset. APP_PREVIEW is a video still image of video assets that you upload to App Store Connect. Note, the playable URL isn’t in the API response. SCREENSHOT is a standard image  of the app that you upload to App Store Connect. assetURL: The resolved URL for the screenshot that you upload to App Store Connect. For a video asset, the image is the first frame. assetVideoUrl: The fully resolved URL for the asset video. The field is non-null for preview assets; otherwise, it’s null. deleted: Indicates whether the asset was deleted from App Store Connect. This field is sortable. orientation: The orientation of the asset that you upload to App Store Connect. sourceHeight: The height of the asset that you upload to App Store Connect. This field is sortable. sourceWidth: The width of the asset that you upload to App Store Connect. This field is sortable.

## See Also

### Ad Rejection Reason Objects

- [AppAssetListResponse](apple_ads/appassetlistresponse.md)
- [ProductPageReason](apple_ads/productpagereason.md)
- [ProductPageReasonListResponse](apple_ads/productpagereasonlistresponse.md)
- [ProductPageReasonResponse](apple_ads/productpagereasonresponse.md)
