Interface VerizonMediaAdThirdQuartileEvent

Fired when the ad reaches the third quartile.

interface VerizonMediaAdThirdQuartileEvent {
    ad: VerizonMediaAd;
    date: Date;
    type: "adthirdquartile";
}

Hierarchy (view full)

  • Event<"adthirdquartile">
    • VerizonMediaAdThirdQuartileEvent

Properties

Properties

The ad which has progressed.

date: Date

The creation date of the event.

type: "adthirdquartile"

The type of the event.