Bitmovin Player API 8.268.0
    Preparing search index...

    Interface InterstitialViewabilityConfig

    interface InterstitialViewabilityConfig {
        decisionTimeout?: number;
        viewableDuration?: number;
    }
    Index
    decisionTimeout?: number

    Maximum time window in seconds within which the viewability decision must be made.

    If no viewable decision is made within this window, the tracker emits notViewable. When omitted, defaults to the ad's duration.

    Default: ad duration

    viewableDuration?: number

    The amount of consecutive seconds the interstitial should stay visible in order to emit the viewable tracking event.

    Default: 2