Type String Event adsRequest Revision Release 2024.3703 Keywords ads, advertising, Vungle, adsRequest, phase See also adsRequest supersonic.*
String value indicating the phase of the adsRequest event. Possible values include:
"init"
— Indicates that the Vungle plugin was initialized successfully.
"loaded"
— Indicates that an ad loaded successfully.
"displayed"
— Indicates that an ad displayed successfully.
"clicked"
— Indicates that an ad was clicked/tapped.
"completed"
— Indicates that a ad was completed/ended.
"failed"
— Indicates that an ad failed to load. For this phase, event.isError will be true
. Additionally, [event.response can provide additional context.