Define fallback ad behavior for VMAP inline ads

Last update: 2023-10-02

You can enable fallback when a VMAP inline ad contains an invalid media type.

  1. 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);
    

On this page