Represents an ad source which can be assigned to an AdItem. An AdItem can have multiple AdSources as waterfalling option.

interface AdSource {
    tag: string;
    type: AdSourceType;
}

Properties

Properties

tag: string

The ad tag / url to the ad manifest.

The AdSourceType of this AdSource.