Follow the step-by-step guide below to seamlessly integrate our Unity SDK into your application. We’ll walk you through the process of signing up, adding your app, importing the SDK, and implementing your first ad placement to enhance both performance and revenue growth.
Please visit https://publisher.portuma.com/ to complete the registration process. Once you have successfully registered, you can log in to the publisher panel using your credentials.
Once you log in to the publisher panel, navigate to the 'Games' tab where you can create a new game. Fill in the required information to complete the process. Please note that a separate app is required for each platform.
From the 'Ad Unit' tab, create a new ad unit. Keep in mind that ad units are unique to each ad placement area. Fill in the necessary details, including the ad size. Once completed, a unique ad unit will be generated. You will then copy these details into the ad game objects within Unity.
You can download the SDK from unitypackage and import it into your project. For the complete documentation, please refer to documentation.
From the Portuma > Prefab folder, drag and drop the AdLoader and PortumaManager into your scene. These are essential for calling the ads.
From the Portuma > Prefab folder, drag and drop the WebAdGameObject into your scene. You will need to input the ad unit obtained from the publisher panel into this object.
For programmatic advertising to function properly, a valid App-ads.txt file must be kept up to date. Please add the file we provide to your website.
If you wish to implement the Play, Watch, and Earn feature in your game, you need to integrate our login system. From the Portuma > Prefab folder, drag and drop the PortumaLogin and PortumaManager into the menu scene or any scene where you want to implement the login system.