[[["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\u003e\u003ccode\u003eVideoDeliveryType\u003c/code\u003e identifies how a video will be delivered, either progressively downloaded or streamed using protocols like HLS or DASH.\u003c/p\u003e\n"],["\u003cp\u003eIt is part of \u003ccode\u003eVideoMetadata\u003c/code\u003e within the \u003ccode\u003eCreativeService\u003c/code\u003e and uses the namespace \u003ccode\u003ehttps://www.google.com/apis/ads/publisher/v202408\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003ePossible values include \u003ccode\u003ePROGRESSIVE\u003c/code\u003e, \u003ccode\u003eSTREAMING\u003c/code\u003e, and \u003ccode\u003eUNKNOWN\u003c/code\u003e for cases where the actual value isn't exposed by the API version.\u003c/p\u003e\n"]]],["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"],null,["# enum VideoDeliveryType (v202408)\n\n**Service** \n**CreativeService** **Dependencies** \n[VideoMetadata](/ad-manager/api/reference/v202408/CreativeService.VideoMetadata) \n▼\n**VideoDeliveryType**\n\nThe video delivery type.\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| `PROGRESSIVE` | Video will be served through a progressive download. |\n| `STREAMING` | Video will be served via a streaming protocol like HLS or DASH. |"]]