Emitted when an ad manifest was successfully downloaded, parsed and added into the ad break schedule.

interface AdScheduledEvent {
    name: string;
    numberOfAds: number;
    timestamp: number;
}

Hierarchy (view full)

Properties

name: string

This event name as it is on the native side.

numberOfAds: number

The total number of scheduled ads.

timestamp: number

The UNIX timestamp in which this event happened.