THEOplayer Web SDK
    Preparing search index...

    Interface UplynkAdBeginEvent

    Fired when an ad begins.

    interface UplynkAdBeginEvent {
        ad: UplynkAd;
        date: Date;
        type: "adbegin";
    }

    Hierarchy (View Summary)

    • Event<"adbegin">
      • UplynkAdBeginEvent
    Index

    Properties

    Properties

    The ad which began.

    date: Date

    The creation date of the event.

    type: "adbegin"

    The type of the event.