[[["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 2024-11-19 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 used within services like CreativeService, ForecastService, and LineItemService, as well as ProposalLineItemService."],["It's important to note that an \"UNKNOWN\" value might be returned if the requested API version doesn't expose the actual value."]]],["The content defines `SkippableAdType`, an enumeration within the `ProposalLineItemService` and other services, indicating types of skippable ads. The key actions are enabling or disabling skippable ad types. Specific types include `DISABLED`, `ENABLED`, and `INSTREAM_SELECT`. `ANY` covers both skippable and non-skippable, primarily for programmatic buying where the buyer determines creative skippability. `UNKNOWN` is used when the API version doesn't expose the actual value. The namespace is provided.\n"]]