Skip to main content

Interface: BannerAdLoaderOptions

Hierarchy

Properties

autoRefresh

Optional autoRefresh: boolean

Whether the banner ad to be automatically refreshed. Defaults to false.

Defined in

src/types/AdLoaderOptions.ts:45


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:30


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:50


size

size: string

The size of the banner ad slot. Required for banner ad slots.

Defined in

src/types/AdLoaderOptions.ts:40


slotUUID

slotUUID: string

The slotUUID of the ad slot.

Inherited from

AdLoaderOptions.slotUUID

Defined in

src/types/AdLoaderOptions.ts:26