Type String Event adsRequest Revision Release 2024.3703 Keywords ads, advertising, Vungle, adsRequest, type See also adsRequest vungle.*
The specific type of event associated with the dispatched event. Possible values include:
"adInitialize"
— Occurs when the ad placement has successfully initialized.
"adStart"
— If event.isError is false
, the ad will play. If event.isError is true
, the ad has not finished caching and will not play.
"adAvailable"
— Occurs when playability changes to/from true
/false
. This can be used to set a flag to true
when download completes. For instance, you could check event.placementID and event.isAdPlayable to set a flag to true
, then check this flag later in your app and play an ad if it's true
.
"adEnd"
— Occurs when the end card is closed and control is returned to the app.
"adLog"
— Occurs when ad activity information is passed.
"vungleSDKlog"
— Occurs upon logging of an event from the SDK.