Click or drag to resize
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.media
Assembly: Veeplay (in Veeplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum ResolveMultipleAdsConflictsBy
Members
  Member nameValueDescription
ResolveMultipleAdsConflictsByDropping0 Solve the issue by dropping all loaded ads.
ResolveMultipleAdsConflictsBySelectingFirst1 Solve the issue by only inserting the first valid ad retrieved, honoring the defined order in the VAST.
ResolveMultipleAdsConflictsBySelectingRandom2 Solve the issue by only inserting one random ad from the loaded batch.
See Also