THEOplayer Web SDK Connectors
    Preparing search index...

    Interface EmbeddedContentMetadata

    The embedded content metadata, about the currently playing ad.

    interface EmbeddedContentMetadata {
        asmea: string;
        assetid: string;
        attributes: string;
        length: string;
        title: string;
        type: "preroll" | "midroll" | "postroll";
    }
    Index

    Properties

    asmea: string
    assetid: string
    attributes: string
    length: string
    title: string
    type: "preroll" | "midroll" | "postroll"