type VideoPosition (v202411)
    
    
      
    
    
      
      Stay organized with collections
    
    
      
      Save and categorize content based on your preferences.
    
  
  
      
    
  
  
  
  
  
    
  
  
    
    
      
         
         
         
         Represents a targetable position within a video. A video ad can be targeted
            to a position (pre-roll, all mid-rolls, or post-roll), or to a specific mid-roll index.
         
         
            - Namespace
- 
               https://www.google.com/apis/ads/publisher/v202411
               
                  
                     | Field | 
               
               
                  
                     | 
                           positionType | 
                           
                              VideoPosition.Type
                            The type of video position (pre-roll, mid-roll, or post-roll).
 Enumerations
 
                              
                                 UNKNOWNThe value returned if the actual value is not exposed by the requested API version.
                                 ALLThis position targets all of the above video positions.
                                 PREROLLThe position defined as showing before the video starts playing.
                                 MIDROLLThe position defined as showing within the middle of the playing video.
                                 POSTROLLThe position defined as showing after the video is completed.
 | 
                  
                     | 
                           midrollIndex | 
                           
                              xsd:int The index of the mid-roll to target.  Only valid if the positionTypeisVideoPositionType.MIDROLL, otherwise this field will be ignored. | 
               
            
         
       
   
  
  
    
  
 
  
    
    
      
       
    
    
  
  
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-08-06 UTC.
  
  
  
    
      [null,null,["Last updated 2025-08-06 UTC."],[],["The core content details the `VideoPosition` within a video advertising context, targetable by `positionType` (pre-roll, mid-roll, post-roll, or all). Services related to this include AdRuleService, AdjustmentService, ForecastService, LineItemService, NativeStyleService, and others. The `midrollIndex`, a numerical index, is used to target specific mid-roll ad positions, but only when `positionType` is set to `MIDROLL`; otherwise, it is ignored.\n"]]