AI-generated Key Takeaways
- 
          
VideoMetadataprovides metadata for a video asset and is dependent onVideoRedirectAssetwithin theCreativeService. - 
          
Required attributes for
VideoMetadatainclude scalable type, duration in milliseconds, size (width and height), mime type, and delivery type. - 
          
Optional attributes for
VideoMetadatainclude bit rate, minimum bit rate, maximum bit rate, and codecs. - 
          
Scalable type determines if the creative can be scaled and how its aspect ratio is handled.
 - 
          
The delivery type indicates whether the video will be served through progressive download or a streaming protocol.
 
Metadata for a video asset.
- Namespace
 - 
               
https://www.google.com/apis/ads/publisher/v202508 
                        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.  |