UNPKG

video-ad-sdk

Version:

VAST/VPAID SDK that allows video ads to be played on top of any player

9 lines (8 loc) 285 B
import type { VastEventTrackerOptions, VastChain } from '../../types'; /** * Tracks an error. * * @param vastChain the ad VAST Chain. * @param options Options Map */ export declare const trackError: (vastChain: VastChain, { errorCode, tracker }: VastEventTrackerOptions) => void;