Contents

AssetReference

A reference to an asset by its UUID.

Declaration

object AssetReference

Properties

NameTypeDescription
assetIduuid

The ads-generated UUID for the unified asset. Example: 550e8400-e29b-41d4-a716-446655440000.

Discussion

The AssetReference object is a pointer to an Asset by its system-generated UUID, used in ad creative specs and other contexts where only the asset identifier is required. To reference specific image or video assets without embedding the full Asset record, use it in ad creative spec objects, such as the creativeAssets array within an Apple Maps ad creative’s creativeSpec. The assetId must match an asset that already exists in the system.

Example

{
  "assetId": "550e8400-e29b-41d4-a716-446655440000"
}

See Also