Ad which gets displayed in combination with a linear or overlay ad

interface CompanionAd {
    height: number;
    width: number;
}

Properties

Properties

height: number

The height of the companion ad.

width: number

The width of the companion ad.

Generated using TypeDoc