Interface UplynkAdFirstQuartileEvent

Fired when the ad reaches the first quartile.

interface UplynkAdFirstQuartileEvent {
    ad: UplynkAd;
    date: Date;
    type: "adfirstquartile";
}

Hierarchy (View Summary)

  • Event<"adfirstquartile">
    • UplynkAdFirstQuartileEvent

Properties

Properties

The ad which has progressed.

date: Date

The creation date of the event.

type: "adfirstquartile"

The type of the event.