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 SourceConfiguration.ads without a time offset, otherwise 'vast'.