AI-generated Key Takeaways
-
VideoMetadata provides metadata for a video asset.
-
The
scalableTypeattribute is required and specifies if the creative can be scaled and how. -
The
durationattribute, also required, indicates the asset's length in milliseconds. -
The
bitRate,minimumBitRate, andmaximumBitRateattributes provide information about the video's bit rate in kbps. -
The
size,mimeType, anddeliveryTypeattributes are required and define the asset's dimensions, format, and how it will be served, respectively.
Metadata for a video asset.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
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. |