The main content information settings. For more information, see the main content information settings section in the AdScript documentation.

interface MainVideoContentMetadata {
    assetid: string;
    attributes: string;
    channelId: string;
    crossId: string;
    length: string;
    livestream: string;
    program: string;
    title: string;
    type: "content";
}

Properties

assetid: string
attributes: string
channelId: string
crossId: string
length: string
livestream: string
program: string
title: string
type: "content"

Generated using TypeDoc