Interface UplynkAdThirdQuartileEvent

Fired when the ad reaches the third quartile.

interface UplynkAdThirdQuartileEvent {
    ad: UplynkAd;
    date: Date;
    type: "adthirdquartile";
}

Hierarchy (View Summary)

  • Event<"adthirdquartile">
    • UplynkAdThirdQuartileEvent

Properties

Properties

The ad which has progressed.

date: Date

The creation date of the event.

type: "adthirdquartile"

The type of the event.