[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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\u003eIt includes options for disabled, enabled, in-stream select, and a programmatic option where skippability is determined by the buyer.\u003c/p\u003e\n"],["\u003cp\u003eAd Manager API utilizes SkippableAdType within services like CreativeService, ForecastService, LineItemService, and ProposalLineItemService.\u003c/p\u003e\n"],["\u003cp\u003eThe SkippableAdType enumeration provides values such as \u003ccode\u003eDISABLED\u003c/code\u003e, \u003ccode\u003eENABLED\u003c/code\u003e, \u003ccode\u003eINSTREAM_SELECT\u003c/code\u003e, and \u003ccode\u003eANY\u003c/code\u003e to represent different skippable ad configurations.\u003c/p\u003e\n"]]],["The core content outlines services and their dependencies within an ad management API. `CreativeService`, `ForecastService`, `LineItemService`, and `ProposalLineItemService` are key services. They rely on `LineItemSummary` and `ProposalLineItem`. `SkippableAdType` defines different states of skippable ads: `UNKNOWN`, `DISABLED`, `ENABLED`, `INSTREAM_SELECT`, and `ANY`, indicating the ad's skippability status. These are all part of the `v202411` version of the API.\n"],null,["# enum SkippableAdType (v202411)\n\n**Service** \n[CreativeService](/ad-manager/api/reference/v202411/CreativeService.SkippableAdType) **ForecastService** [LineItemService](/ad-manager/api/reference/v202411/LineItemService.SkippableAdType) [ProposalLineItemService](/ad-manager/api/reference/v202411/ProposalLineItemService.SkippableAdType) **Dependencies** \n[LineItemSummary](/ad-manager/api/reference/v202411/ForecastService.LineItemSummary) [ProposalLineItem](/ad-manager/api/reference/v202411/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/v202411`\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. |"]]