UNPKG

video-ad-sdk

Version:

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

10 lines (9 loc) 338 B
import type { PixelTracker } from '../../types'; /** * Creates a tracking image with the passed URL macro. * * @param urlMacro URL Macro that need to be tracked. * @param data Data Object with the macros's variables. * @returns Image element whose source is the parsed URL Macro. */ export declare const pixelTracker: PixelTracker;