Interface AdSource

Describes the source of the ad.

interface AdSource {
    src: string;
    type?: AdSourceType;
}

Properties

Properties

src: string

The URL of the ad resource.

The type of ad resource.

Default Value

'vmap' when set through {@link SourceConfiguration.ads} without a time offset, otherwise 'vast'.

Generated using TypeDoc