Contents

AppAsset

The app assets associated with an adam ID.

Declaration

object AppAsset

Properties

NameTypeDescription
adamIdstring

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.

appPreviewDevicestring

Indicates the device model and corresponding display size. See AppPreviewDevicesMappingResponse.Data.

This field is sortable.

assetGenIdstring

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.

assetTypestring

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.

assetURLstring

The resolved URL for the screenshot that you upload to App Store Connect. For a video asset, the image is the first frame.

assetVideoUrlstring

The fully resolved URL for the asset video. The field is non-null for preview assets; otherwise, it’s null.

deletedboolean

Indicates whether the asset was deleted from App Store Connect.

This field is sortable.

orientationstring

The orientation of the asset that you upload to App Store Connect.

sourceHeightint32

The height of the asset that you upload to App Store Connect.

This field is sortable.

sourceWidthint32

The width of the asset that you upload to App Store Connect.

This field is sortable.

See Also

Ad Rejection Reason Objects