Constants

AdropEvents

Name
Value
Description

AD_RECEIVED

'adReceived'

Ad successfully loaded

AD_NO_FILL

'adNoFill'

No ad available

AD_IMPRESSION

'adImpression'

Ad impression tracked

AD_CLICKED

'adClicked'

Ad clicked by user

AD_FAILED

'adFailed'

Ad failed to load

AD_BACKFILL_NO_FILL

'adBackfillNoFill'

Backfill ad not available

AdFormat

Ad format returned from API.

type AdFormat = 'banner' | 'nativeAd' | 'backfill'

AdBrowserTarget

Browser Target returned from API.

type AdBrowserTarget = 'external' | 'internal'

AdType

Ad Type returned from API.

type AdType = 'display' | 'video'

Last updated