Type String Event adsRequest Revision Release 2024.3703 Keywords ads, advertising, StartApp, adsRequest, phase See also adsRequest startapp.*
String value indicating the phase of the adsRequest event. Possible values include:
"init"
— Indicates that the StartApp plugin was initialized successfully.
"failed"
— Indicates that an ad failed to load. For this phase, event.isError will be true. Additionally, event.type and event.response can provide additional context.
"loaded"
— Indicates that an ad loaded successfully via startapp.load(). For this phase, event.type can provide additional context.
"displayed"
— Indicates that an ad was displayed successfully via startapp.show(). For this phase, event.type can provide additional context.
"hidden"
— Indicates that an ad was closed/hidden. For this phase, event.type can provide additional context.
"reward"
— Indicates that a rewarded video ad has been viewed to its completion and that a reward should be given.
"clicked"
— Indicates that an ad was clicked/tapped. For this phase, event.type can provide additional context.