Interface VideoCompleteEvent

CustomEvent type for 'nitroAds.complete' event. Fired when a video ad finishes playing.

interface VideoCompleteEvent {
    adUnitCode: string;
    type: AdInfoType;
}

Properties

Properties

adUnitCode: string

Placement id

type: AdInfoType

Type of ad completed