enum VideoDeliveryType (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
The video delivery type.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration |
Description |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API
version.
|
PROGRESSIVE
|
Video will be served through a progressive download.
|
STREAMING
|
Video will be served via a streaming protocol like HLS or DASH.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-06 UTC.
[null,null,["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. |"]]