THEOplayer Web SDK Connectors
    Preparing search index...

    Type Alias NielsenDCRContentMetadata

    type NielsenDCRContentMetadata = {
        adloadtype: AdLoadType;
        airdate?: string;
        assetid: string;
        isfullepisode: boolean;
        length: string;
        program: string;
        title: string;
    }
    Index

    Properties

    adloadtype: AdLoadType
    airdate?: string
    assetid: string
    isfullepisode: boolean
    length: string
    program: string
    title: string