Interface: BannerAdLoaderOptions
Hierarchy
↳
BannerAdLoaderOptions
Properties
autoRefresh
• Optional autoRefresh: boolean
Whether the banner ad to be automatically refreshed. Defaults to false.
Defined in
src/types/AdLoaderOptions.ts:39
customTargeting
• Optional customTargeting: Object
The optional custom targeting key value pairs for the bid request.
Index signature
▪ [key: string]: string
Inherited from
AdLoaderOptions.customTargeting
Defined in
src/types/AdLoaderOptions.ts:27
refreshInterval
• Optional refreshInterval: number
The time interval in seconds between refreshes. Defaults to 60 seconds if autoRefresh enabled. The minimum auto-refresh time supported is 20 seconds.
Defined in
src/types/AdLoaderOptions.ts:44
size
• Optional size: string
The size of the banner ad slot. Required for banner ad slots.
Defined in
src/types/AdLoaderOptions.ts:34
slotUUID
• slotUUID: string
The slotUUID of the ad slot.