enum SkippableAdType (v202408)
Stay organized with collections
Save and categorize content based on your preferences.
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 2025-08-06 UTC.
[null,null,["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eSkippableAdType defines the different types of skippable ads available in Google Ad Manager.\u003c/p\u003e\n"],["\u003cp\u003eThe types include disabled, enabled, in-stream select, and a programmatic option where skippability is determined by the buyer.\u003c/p\u003e\n"],["\u003cp\u003eIt is part of the Google Ad Manager API and is used by services like CreativeService, ForecastService, LineItemService, and ProposalLineItemService.\u003c/p\u003e\n"]]],["The core content defines skippable ad types within the context of ad management services. Key information includes the `SkippableAdType` enumeration, which outlines different states: `UNKNOWN`, `DISABLED`, `ENABLED`, `INSTREAM_SELECT`, and `ANY`. These types are associated with services like `CreativeService`, `ForecastService`, `LineItemService`, and `ProposalLineItemService`. `LineItemSummary` and `ProposalLineItem` are listed as dependencies. The namespace for these services is `https://www.google.com/apis/ads/publisher/v202408`.\n"],null,["# enum SkippableAdType (v202408)\n\n**Service** \n[CreativeService](/ad-manager/api/reference/v202408/CreativeService.SkippableAdType) **ForecastService** [LineItemService](/ad-manager/api/reference/v202408/LineItemService.SkippableAdType) [ProposalLineItemService](/ad-manager/api/reference/v202408/ProposalLineItemService.SkippableAdType) **Dependencies** \n[LineItemSummary](/ad-manager/api/reference/v202408/ForecastService.LineItemSummary) [ProposalLineItem](/ad-manager/api/reference/v202408/ForecastService.ProposalLineItem) \n▼\n**SkippableAdType**\n\nThe different types of skippable ads.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Enumeration | Description |\n|-------------------|------------------------------------------------------------------------------------------------------------------------------|\n| `UNKNOWN` | The value returned if the actual value is not exposed by the requested API version. |\n| `DISABLED` | Skippable ad type is disabled. |\n| `ENABLED` | Skippable ad type is enabled. |\n| `INSTREAM_SELECT` | Skippable in-stream ad type. |\n| `ANY` | Any skippable or not skippable. This is only for programmatic case when the creative skippability is decided by the buyside. |"]]