Type alias PixelTracker

PixelTracker: ((urlMacro, data) => HTMLImageElement)

Type declaration

    • (urlMacro, data): HTMLImageElement
    • Creates a tracking image with the passed URL macro.

      Parameters

      • urlMacro: VastMacro

        URL Macro that need to be tracked.

      • data: MacroData

        Data Object with the macros's variables.

      Returns HTMLImageElement

      Image element whose source is the parsed URL Macro.

Generated using TypeDoc