Interface VerizonMediaAdMidpointEvent

Fired when the ad reaches the mid point.

interface VerizonMediaAdMidpointEvent {
    ad: VerizonMediaAd;
    date: Date;
    type: "admidpoint";
}

Hierarchy (view full)

  • Event<"admidpoint">
    • VerizonMediaAdMidpointEvent

Properties

Properties

The ad which has progressed.

date: Date

The creation date of the event.

type: "admidpoint"

The type of the event.