Ad Quality helps you monitor and control the ad content your users see, so you can ensure it aligns with your app’s goals and enhances user experience. Maximize your revenue potential while serving relevant ads that engage your audience.
Prerequisites
Follow our step-by-step guide and configure your application in the LevelPlay platform
Step 1: Import the Ad Quality Plugin
- Download the Ad Quality Unity Plugin
- Make sure your Unity project is opened
- Double-click on the extracted file and import it into your Unity project.
Go to Assets > External Dependency Manager > Android Resolver > Resolve
Step 2: Initialize the SDK
Initialize the Ad Quality using the app key which can be found in your LevelPlay account.
Add the following code to the Awake method of your first scene:
void Awake () { // Initialize IronSourceAdQuality.Initialize(appKey); }
After your app reaches our ad threshold, you’ll be able to observe the data on the LevelPlay platform.
(Optional) Step 3: Set your user ID
Passing your user IDs to Ad Quality will give you greater visibility on your users’ ad journey.
Follow the integration guide in the additional configuration section.