THEOplayer React Native Connectors
    Preparing search index...

    Type Alias AdScriptMetadata

    type AdScriptMetadata = {
        asmea?: string;
        assetId: string;
        attribute?: string;
        channelId?: string;
        crossId?: string;
        length?: string;
        livestream?: string;
        program?: string;
        ref?: string;
        sec1?: string;
        sec2?: string;
        sec3?: string;
        sec4?: string;
        title?: string;
        type: string;
        [id: string]: string;
    }

    Indexable

    • [id: string]: string
    Index

    Properties

    asmea?: string

    Item in the CMS tag reserved for an identifier allowing the attachment of an advertisement description from the RTVK system similarly to PEM TV data (ASMEA code)

    "1488725615".
    
    assetId: string

    Unique video content identifier. Any designation according to the needs of the TV company, which ensures identification of the same content across platforms.

    "abc98731568435405".
    
    attribute?: string

    More detailed categorization of the main video content. The value is the code according to the TV code list.

    https://adscript.admosphere.cz/cz_metadata.html#line3_1

    "1".
    
    channelId?: string

    TV station code for live broadcast. (If the live broadcast does not correspond to any TV station, use the code "9999").

    "4".
    
    crossId?: string

    The designation of the original program from which the online video content was created. It may happen that, for example, three separate video files with unique assetIds are inserted into the TV Internet Archive, all three of which were created from one specific program.

    "915 954 39504".
    
    length?: string

    Length of video content in seconds.

    For VOD: "3359", for LIVE broadcast: "86400".
    
    livestream?: string

    Indication of whether this is a live broadcast. "1" - yes "0" - no

    program?: string

    Program name.

    "Welcome to freedom".
    
    ref?: string

    Static content referrer

    "redButton".
    
    sec1?: string

    Name of the HbbTV application or 1st level website.

    "Homepage".
    
    sec2?: string

    Categorization of static content within HbbTV or a website. Level 2 title.

    "Subpage2".
    
    sec3?: string

    Categorization of static content within HbbTV or a website. Level 3 title.

    "Subpage3".
    
    sec4?: string

    Categorization of static content within HbbTV or a website. Level 4 title.

    "Subpage4".
    
    title?: string

    Detailed description of the content, episode title.

    "Part 2 - 20.6.2018 20:00".
    
    type: string

    Specifies the type of content being measured. For main video content, it always has value "content".

    "content".