MediaBuilderResolveMultipleAdsConflictsBy Enumeration |
The VMAP standard permits allowing only one ad from a certain ad source. This constant defines how the VAST builder plugin deals with situations when multiple valid ads are retrieved from a source that is disallowed to load several ads at one time.
Namespace: Veeplay.mediaAssembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public enum ResolveMultipleAdsConflictsBy
Public Enumeration ResolveMultipleAdsConflictsBy
public enum class ResolveMultipleAdsConflictsBy
type ResolveMultipleAdsConflictsBy
Members
| Member name | Value | Description |
---|
| ResolveMultipleAdsConflictsByDropping | 0 |
Solve the issue by dropping all loaded ads.
|
| ResolveMultipleAdsConflictsBySelectingFirst | 1 |
Solve the issue by only inserting the first valid ad retrieved, honoring the defined order in the VAST.
|
| ResolveMultipleAdsConflictsBySelectingRandom | 2 |
Solve the issue by only inserting one random ad from the loaded batch.
|
See Also