You can enable fallback when a VMAP inline ad contains an invalid media type.
Set setFallbackOnInvalidCreativeEnabled
to true
to have VMAP fall back when the media type for a linear/inline ad is invalid for HLS.
The default value is false
. If a linear ad fails because it is has an invalid media type, or because the ad cannot be repackaged, this flag allows Primetime ad decisioningto follow the same fallback behavior as if the ad was an empty VAST wrapper.
AuditudeSettings result = new AuditudeSettings();
result.setFallbackOnInvalidCreative(true);