AI-generated Key Takeaways
-
VideoDeliveryType
identifies how a video will be delivered, either progressively downloaded or streamed using protocols like HLS or DASH. -
It's part of the
VideoMetadata
object within theCreativeService
in Google Ad Manager's API. -
Possible values include
PROGRESSIVE
,STREAMING
, andUNKNOWN
for cases where the API version doesn't expose the specific type.
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. |