Interface VerizonMediaAdFirstQuartileEvent

Fired when the ad reaches the first quartile.

interface VerizonMediaAdFirstQuartileEvent {
    ad: VerizonMediaAd;
    date: Date;
    type: "adfirstquartile";
}

Hierarchy (view full)

  • Event<"adfirstquartile">
    • VerizonMediaAdFirstQuartileEvent

Properties

Properties

The ad which has progressed.

date: Date

The creation date of the event.

type: "adfirstquartile"

The type of the event.

Generated using TypeDoc