Class CompanionAdSelectionSettings


Extends CompanionAdSelectionSettingsInterface
CompanionAdSelectionSettings object is used to define the selection criteria when calling the google.ima.Ad.getCompanionAds function.
Constructors
constructor
Constructor.
Properties
adSlotIds
The companion ad slot ids to be used for matching set by the user.
creativeType
Creative type setting set by the user.
nearMatchPercent
The near fit percent set by the user.
resourceType
Resource type setting set by the user.
sizeCriteria
Size criteria setting set by the user.

Constructors


constructor

new CompanionAdSelectionSettings(): CompanionAdSelectionSettings
Constructor.
Returns
CompanionAdSelectionSettings

Properties


adSlotIds

adSlotIds: string[]
The companion ad slot ids to be used for matching set by the user.

creativeType

creativeType: string
Creative type setting set by the user.

nearMatchPercent

nearMatchPercent: number
The near fit percent set by the user.

resourceType

resourceType: string
Resource type setting set by the user.

sizeCriteria

sizeCriteria: string
Size criteria setting set by the user.