Unity Ad Quality Plugin
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.
Follow our step-by-step guide and configure your application in the LevelPlay platform
Before you start
Ad Quality SDK is bundled with LevelPlay SDK automatically.
Step 1: 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);
}
Done!
Once your app reaches our ad threshold, you’ll be able to observe the data on the LevelPlay platform.
[Optional] Step 2: 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.