OptiView Ads SDK
    Preparing search index...

    Interface AdEndEvent

    Emitted when an individual ad finishes playing.

    interface AdEndEvent {
        adId?: string;
        adIndex: number;
        asset: Asset;
        break: Break;
        creativeId?: string;
        format?: BreakFormat;
        timestamp: number;
        totalAds: number;
        type: "adend";
    }

    Hierarchy (View Summary)

    Index
    adId?: string

    IMA's ad id for an ad of a GAM pod.

    adIndex: number
    asset: Asset
    break: Break
    creativeId?: string

    IMA's creative id for an ad of a GAM pod.

    format?: BreakFormat

    Declared format of the break's selected variant.

    timestamp: number
    totalAds: number
    type: "adend"