enum VideoDeliveryType (v202502)

  • VideoDeliveryType is an enumeration that defines how video content is served.

  • The available video delivery types are UNKNOWN, PROGRESSIVE (download), and STREAMING (protocols like HLS/DASH).

  • This enumeration is part of the CreativeService and is found within the https://www.google.com/apis/ads/publisher/v202502 namespace.

The video delivery type.


Namespace
https://www.google.com/apis/ads/publisher/v202502
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.