AI-generated Key Takeaways
-
SkippableAdType defines the different types of skippable ads available in Google Ad Manager.
-
It includes options for disabled, enabled, in-stream select, and a programmatic option where skippability is determined by the buy-side.
-
This enumeration is part of the Google Ad Manager API and is used by services like ForecastService, LineItemService, and ProposalLineItemService.
-
SkippableAdType can be used to control the skippability of video and audio creatives.
The different types of skippable ads.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
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. |