AI-generated Key Takeaways
- 
          A CreativeAssetis an asset that can be used in creatives.
- 
          Key fields of a CreativeAssetincludeassetId,assetByteArray,fileName,fileSize,assetUrl,size,clickTags, andimageDensity.
- 
          The assetIdis generated by Google, whileassetByteArrayis required for creation or updating the asset content.
- 
          fileNameis required when creating a new asset,fileSize,assetUrl,size, andclickTagsare read-only.
- 
          imageDensityis an optional attribute that indicates the display density of the image and defaults toONE_TO_ONE.
A CreativeAsset is an asset that can be used in creatives.
- Namespace
- 
               https://www.google.com/apis/ads/publisher/v202508
| Field | |
|---|---|
| 
                            | 
                            The ID of the asset. This attribute is generated by Google upon creation. | 
| 
                            | 
                            
The content of the asset as a byte array. This attribute is
required when creating the creative that contains this asset if an
 When updating the content, pass a new byte array, and set
 The  | 
| 
                            | 
                            The file name of the asset. This attribute is required when creating a new asset (e.g. when assetByteArray is not null). | 
| 
                            | 
                            The file size of the asset in bytes. This attribute is read-only. | 
| 
                            | 
                            A URL where the asset can be previewed at. This field is read-only and set by Google. | 
| 
                            | The size of the asset. Note that this may not always reflect the actual physical size of the asset, but may reflect the expected size. This attribute is read-only and is populated by Google. | 
| 
                            | 
                            The click tags of the asset. This field is read-only. | 
| 
                            | The display density of the image. This is the ratio between a dimension in pixels of the image and the dimension in pixels that it should occupy in device-independent pixels when displayed. This attribute is optional and defaults to ONE_TO_ONE. Enumerations 
 |