Type Function Return value none Revision Release 2025.3714 Keywords ads, advertising, monetization, fuse, init See also fuse.checkLoaded() fuse.show() fuse.*
Initializes the Fuse service. It should only be called once.
Upon initialization, a few ads for the default [ad zone][guide.monetization.fuse.zones] will be loaded and cached. Each time an ad is consumed (shown) via fuse.show(), Fuse will attempt to cache ads for the requested zone plus one additional zone. If you want to
fuse.init( appID, listener )
String. String containing the Fuse App ID associated with your app.
Listener. Listener function that will receive adsRequest events.