[[["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's part of the \u003ccode\u003eVideoMetadata\u003c/code\u003e object within the \u003ccode\u003eCreativeService\u003c/code\u003e in Google Ad Manager's API.\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 API version doesn't expose the specific type.\u003c/p\u003e\n"]]],[],null,["# enum VideoDeliveryType (v202411)\n\n**Service** \n**CreativeService** **Dependencies** \n[VideoMetadata](/ad-manager/api/reference/v202411/CreativeService.VideoMetadata) \n▼\n**VideoDeliveryType**\n\nThe video delivery type.\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| `PROGRESSIVE` | Video will be served through a progressive download. |\n| `STREAMING` | Video will be served via a streaming protocol like HLS or DASH. |"]]