Quick Start
Last updated
Last updated
Your API requests are authenticated using the API key and Private Key. Any request that doesn't include this will return an error.
Follow the steps below to create a game and generate an API and private keys.
Creating Game with API CredentialsThe Private Key is only visible at the time you generate the keys and after that you will never be able to see it again, so make sure you copy it.
To implement advertisements in your game, you must first define ad surfaces within the ReneVerse Portal. Follow the steps below to create ad surfaces in your games.
Creating AdSurfacesThe best way to interact with our API is to use one of our official libraries:
You can check for specific versions at https://www.npmjs.com/package/@reneverse/rene-sdk-phaser depending on your requirements.
Let's initialize the Phaser hooks provided in rene-sdk-phaser
with the previously acquired credentials, retrieve all ad surfaces configured in the ReneVerse portal, and serve Ads in a Phaser 3 game.