[[["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-08-20 UTC."],[[["`VideoDeliveryType` identifies how a video will be delivered, either progressively downloaded or streamed using protocols like HLS or DASH."],["It is part of `VideoMetadata` within the `CreativeService` and uses the namespace `https://www.google.com/apis/ads/publisher/v202408`."],["Possible values include `PROGRESSIVE`, `STREAMING`, and `UNKNOWN` for cases where the actual value isn't exposed by the API version."]]],["The core content details the `VideoDeliveryType` within the `CreativeService` namespace (`https://www.google.com/apis/ads/publisher/v202408`). It defines three possible delivery methods for videos: `UNKNOWN` (value not exposed by API), `PROGRESSIVE` (served via progressive download), and `STREAMING` (served via streaming protocols like HLS or DASH). The `VideoDeliveryType` is a dependency of `VideoMetadata` in the `CreativeService`.\n"]]