AI-generated Key Takeaways
-
VideoMetadata provides metadata for a video asset used in CreativeService.
-
Required attributes for VideoMetadata include scalable type, duration in milliseconds, size (width and height), mime type, and delivery type.
-
Optional attributes for VideoMetadata include bit rate, minimum bit rate, maximum bit rate, and codecs.
-
Scalable type indicates if the creative can be scaled and how, with options including NOT_SCALABLE, RATIO_SCALABLE, and STRETCH_SCALABLE.
-
MimeType specifies the media format of the asset, offering a wide range of audio, video, image, and application types.
Metadata for a video asset.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202502
Field |
|
|---|---|
|
The scalable type of the asset. This attribute is required. Enumerations
|
|
The duration of the asset in milliseconds. This attribute is required. |
|
The bit rate of the asset in kbps. If the asset can play at a range of bit rates (such as an Http Live Streaming video), then set the bit rate to zero and populate the minimum and maximum bit rate instead. |
|
The minimum bitrate of the video in kbps. Only set this if the asset can play at a range of bit rates. |
|
The maximum bitrate of the video in kbps. Only set this if the asset can play at a range of bit rates. |
|
The size (width and height) of the asset. This attribute is required. |
|
The mime type of the asset. This attribute is required. Enumerations
|
|
The delivery type of the asset. This attribute is required. Enumerations
|
|
The codecs of the asset. This attribute is optional and defaults to an empty list. |