Represents a TrackingEvent in VAST.

const trackingEvent = new TrackingEvent('https://example.com/tracking', LinearAdMetric.START, 10);

Constructors

Properties

Constructors

  • Parameters

    • uri: string

      the URI of the tracking event

    • Optional event: string

      the event of the tracking event

    • Optional offset: number

      the offset of the tracking event

    Returns Tracking

Properties

event?: string

the event of the tracking event

offset?: number

the offset of the tracking event

uri: string

the URI of the tracking event

Generated using TypeDoc