Type alias DeliveryType

DeliveryType: "progressive" | "streaming"

The delivery type of the ad content file, represented by a value from the following list:
- 'progressive': Delivered through progressive download protocols (e.g. HTTP).
- 'streaming': Delivered through streaming download protocols.

Remarks


- 'streaming' is currently not supported.