Interface CreateAdEvent

CustomEvent type for 'nitroAds.createAd' event. Fired when an ad placement is created.

interface CreateAdEvent {
    acceptable: boolean;
    id: string;
    options: NitroAdOptions;
}

Properties

Properties

acceptable: boolean

True if this is an acceptable ads placement

id: string

Placement id

Placement options