interface AdTag {
    type: AdTagType;
    url: string;
}

Properties

Properties

type: AdTagType

Specifies whether the ad tag is a VAST, VMAP or VPAID tag. VMAP tags will be loaded immediately after scheduling.

url: string

Defines the path to an ad manifest. If the tag is a VMAP manifest, the resulting ad breaks will be scheduled as described in the manifest, otherwise the ad breaks will be handled as pre-roll ads if no further information is specified in the position property.

Generated using TypeDoc