AI-generated Key Takeaways
-
VideoDeliveryType is an enumeration within the CreativeService, dependent on VideoMetadata.
-
It specifies how a video will be delivered, either through progressive download or a streaming protocol.
-
Possible values include UNKNOWN, PROGRESSIVE, and STREAMING, each with a specific description.
Service
CreativeService
Dependencies
VideoMetadata
▼
VideoDeliveryType
The video delivery type.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202505
| 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. |