AssetReference
A reference to an asset by its UUID.
Declaration
object AssetReferenceProperties
| Name | Type | Description |
|---|---|---|
assetId | uuid | The ads-generated UUID for the unified asset. Example: |
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"
}