AI-generated Key Takeaways
- 
          
SkippableAdType defines different types of skippable ads within the Google Ad Manager API.
 - 
          
It includes values such as UNKNOWN, DISABLED, ENABLED, INSTREAM_SELECT, and ANY.
 - 
          
SkippableAdType is used in services like CreativeService, ForecastService, LineItemService, and ProposalLineItemService.
 
                  Service
               
               
            
                  Dependencies
               
               
                  LineItemSummary
                  
            ▼
                  SkippableAdType
               The different types of skippable ads.
- Namespace
 - 
               
https://www.google.com/apis/ads/publisher/v202508 
| Enumeration | Description | 
|---|---|
                        UNKNOWN
                      | 
                     The value returned if the actual value is not exposed by the requested API version. | 
                        DISABLED
                      | 
                     Skippable ad type is disabled. | 
                        ENABLED
                      | 
                     Skippable ad type is enabled. | 
                        INSTREAM_SELECT
                      | 
                     Skippable in-stream ad type. | 
                        ANY
                      | 
                     Any skippable or not skippable. This is only for programmatic case when the creative skippability is decided by the buyside. |