The scalable type of the asset. This attribute is required.
Enumerations
UNKNOWN
The value returned if the actual value is not exposed by the requested API
version.
NOT_SCALABLE
The creative should not be scaled.
RATIO_SCALABLE
The creative can be scaled and its aspect-ratio must be maintained.
STRETCH_SCALABLE
The creative can be scaled and its aspect-ratio can be distorted.
duration
xsd:int
The duration of the asset in milliseconds. This attribute is required.
bitRate
xsd:int
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.
minimumBitRate
xsd:int
The minimum bitrate of the video in kbps. Only set this if the asset can play at a range of bit
rates.
maximumBitRate
xsd:int
The maximum bitrate of the video in kbps. Only set this if the asset can play at a range of bit
rates.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-02-13 UTC."],[[["VideoMetadata objects provide essential information about video assets, such as duration, bit rate, size, and delivery type, within Google Ad Manager."],["These metadata objects use specific enumerations for values like scalable type, MIME type, and delivery type to ensure consistency and clarity."],["`scalableType`, `duration`, `size`, `mimeType`, and `deliveryType` are required attributes when defining a VideoMetadata object."],["Optional attributes include `bitRate`, `minimumBitRate`, `maximumBitRate`, and `codecs`, allowing for detailed specification of video properties."],["VideoMetadata objects are defined within the `https://www.google.com/apis/ads/publisher/v202402` namespace for use with the Google Ad Manager API."]]],["VideoMetadata defines properties for a video asset, including `scalableType` (how it scales: unknown, not scalable, ratio, or stretch), and `duration` in milliseconds. It specifies the `bitRate`, `minimumBitRate`, and `maximumBitRate` in kbps. `Size`, `mimeType` (with a comprehensive list of types), `deliveryType` (progressive or streaming), and `codecs` are also defined, and it states what attributes are optional or required.\n"]]