Phaser Quick Start
This guide walks you through setting up the ReneVerse JS SDK in your Phaser 3 gameโfrom installing the SDK to serving your first ad.
Last updated
This guide walks you through setting up the ReneVerse JS SDK in your Phaser 3 gameโfrom installing the SDK to serving your first ad.
Last updated
Before using the SDK, generate your API Key and Private Key by registering your game on the ReneVerse Portal.
Your Private Key will only be shown onceโmake sure to copy and store it securely.
To serve ads, youโll first need to configure ad surfaces in the ReneVerse Portal. These act as placeholders that define where and how ads will appear in your game.
Install the ReneVerse Phaser SDK using npm:
The following code snippet shows how to initialize PhaserHooks
provided in rene-sdk-phaser
with your credentials, fetch ad surfaces, and serve a Smart Ad in your Phaser 3 scene.
You can check for specific versions at depending on your requirements.
๐ก Want to see the full example? Head to for a complete working sample.