Emitted when an ad manifest was successfully loaded.

interface AdManifestLoadedEvent {
    adBreak?: AdBreak;
    adConfig?: AdConfig;
    downloadTime: number;
    name: string;
    timestamp: number;
}

Hierarchy (view full)

  • Event
    • AdManifestLoadedEvent

Properties

adBreak?: AdBreak

The AdBreak this event is related to.

adConfig?: AdConfig

The AdConfig of the loaded ad manifest.

downloadTime: number

How long it took for the ad tag to be downloaded in milliseconds.

name: string

This event name as it is on the native side.

timestamp: number

The UNIX timestamp in which this event happened.