Interface UplynkAdBeginEvent

Fired when an ad begins.

interface UplynkAdBeginEvent {
    ad: UplynkAd;
    date: Date;
    type: "adbegin";
}

Hierarchy (View Summary)

  • Event<"adbegin">
    • UplynkAdBeginEvent

Properties

Properties

The ad which began.

date: Date

The creation date of the event.

type: "adbegin"

The type of the event.