---
title: "Asset data model"
url: "https://docs.unified.to/ads/asset/model"
description: "API reference for Asset data model. Launch multiple pre-built Asset integrations today with zero maintenance — all through a single API."
---
# Asset data model

 View field support, webhooks, and list parameters for each integration on the [Supported Integrations](/ads/integrations) page. 

### 

* Data Model
* Typescript Type
* Zod Shape
* Python Class

Data Model

**id**string 

provider asset resource name/id (e.g. Google Ads customers/{cid}/assets/{id}, TikTok image/video id, DV360 mediaId)

**created\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**updated\_at**date 

(ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)

**organization\_id**string 

**name**string 

**type** enum

Valid values:

 "IMAGE" 

 "VIDEO" 

 "YOUTUBE\_VIDEO" 

 "MEDIA\_BUNDLE" 

 "TEXT" 

**url**string 

outbound: public asset URL; inbound (create): source URL to fetch bytes from when content is not supplied

**content**string 

inbound create-only: base64-encoded image/media bytes to upload

**mime\_type**string 

**width**number 

**height**number 

**file\_size**number 

**raw**any
