enum VideoDeliveryType (v202408)
Stay organized with collections
Save and categorize content based on your preferences.
The video delivery type.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
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 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. |"]]