Type String Event adsRequest Revision Release 2025.3714 Keywords ads, advertising, monetization, fuse, adsRequest, phase See also adsRequest fuse.*
String value indicating the phase of the adsRequest event. Possible values include:
"init"
— Indicates that the Fuse system finished initializing.
"loaded"
— Indicates that an ad of the specified ad zone is loaded and cached as a result of fuse.load().
"prepare"
— Indicates that an ad is about to be displayed. This phase is dispatched at some point after calling fuse.show() and it can be used for purposes such as muting game sounds, pausing animations, etc. During this phase, two additional properties are provided, event.networkId
and event.mediaType
, specifying which ad provider and which madia type is about to be used. Also note that if event.isError is true
during this phase, the ad will not show because of an error (it failed to download, etc).
"shown"
— Indicates that an ad has finished showing. This phase is always dispatched at some point after calling fuse.show(), either when the ad is closed or when no ad is loaded before timing out. Thus, this phase carries the implication that the app should proceed.
"completed"
— Indicates that a user has accepted an offer or completed a task for a reward. In this case, the event.payload property will contain details about the reward.