enum SkippableAdType (v202408)
The different types of skippable ads.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
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.
|
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 2024-08-20 UTC.
[null,null,["Last updated 2024-08-20 UTC."],[[["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 is relevant for creatives like BaseAudioCreative and BaseVideoCreative, impacting how they are displayed to users."]]],["The core content outlines the `SkippableAdType` within the Google Ad Manager API (v202408), detailing its usage across `ForecastService`, `LineItemService`, and `ProposalLineItemService`. It specifies five types: `UNKNOWN`, `DISABLED`, `ENABLED`, `INSTREAM_SELECT`, and `ANY`. These represent different states of skippable ads, ranging from unknown and disabled to enabled and selectable, with `ANY` covering both skippable and non-skippable options for programmatic scenarios. The content also references dependencies such as `BaseAudioCreative` and `BaseVideoCreative`.\n"]]