VASTRootNodeAdPodFallback Enumeration |
VAST 3.0 defines Ad Pods, with fallback mechanisms that allow loading an ad buffet of commercials to playback if the main ads fail.
Namespace: Veeplay.vastAssembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public enum AdPodFallback
Public Enumeration AdPodFallback
public enum class AdPodFallback
Members
| Member name | Value | Description |
---|
| AdPodFallbackSelectAll | 0 |
Load all retrieved ads if no valid Ad Pods are found.
|
| AdPodFallbackSelectFirst | 1 |
Load only the first retrieved ad if no valid Ad Pods are found.
|
| AdPodFallbackDrop | 2 |
Drop the whole ad request if no valid Ad Pods are found. This value will disable VAST 1.0 and 2.0 compatibility.
|
See Also