Type String Event adsRequest Revision Release 2024.3703 Keywords ads, advertising, KIDOZ, adsRequest, phase See also adsRequest kidoz.*
String value indicating the phase of the adsRequest event. Possible values include:
"init"
— Indicates that the KIDOZ plugin was initialized successfully.
"failed"
— Indicates that an ad failed to load or that the plugin failed to initialize. When an ad fails to load, event.type can provide additional context. When the plugin fails to initialize event.response can provide additional context.
"loaded"
— Indicates that an ad loaded successfully. For this phase, event.type can provide additional context.
"displayed"
— Indicates that an ad was displayed. For this phase, event.type can provide additional context.
"closed"
— Indicates that an ad was closed. For this phase, event.type can provide additional context.
"reward"
— Indicates that a rewarded video has completed. For this phase, event.type will be "rewardedVideo"
.
"playbackBegan"
— Indicates that a rewarded video has began playback. For this phase, event.type will be "rewardedVideo"
.