Interface UplynkAdMidpointEvent

Fired when the ad reaches the mid point.

interface UplynkAdMidpointEvent {
    ad: UplynkAd;
    date: Date;
    type: "admidpoint";
}

Hierarchy (View Summary)

  • Event<"admidpoint">
    • UplynkAdMidpointEvent

Properties

Properties

The ad which has progressed.

date: Date

The creation date of the event.

type: "admidpoint"

The type of the event.