Documentation

​
​

Development

User Acquisition

Monetization

Industry

LevelPlay SDK - Unity

Unity SDK

Android SDK

iOS SDK

Adobe AIR SDK

Flutter SDK

React Native SDK

LevelPlay SDK - Unity

Unity LevelPlay
​
​
Unity SDK
  • Get started
    • Get started with Unity
    • Unity Package integration
    • Unity developer tools
    • Integrate Ad Quality SDK for Unity
    • Custom adapters
      • Integrate your network as a custom adapter
        • Register your network as a custom adapter
        • Build a custom adapter for Unity
        • Test your network adapter
    • LevelPlay SDK changelog
  • Regulations and settings
  • Ad formats
  • Mediated networks
  • Test your integration
  1. Grow your game
  2. Unity LevelPlay
  3. LevelPlay SDK
  4. LevelPlay SDK for Unity developers

Test your network adapter

Verify your custom adapter's readiness by setting up a test app, integrating your adapter, and ensuring ads are served correctly through Unity LevelPlay mediation.
Read time 1 minute
Last updated a year ago

This guide will assist you in verifying your custom adapters readiness to use by publishers.

Step 1: Setup a new test app

To test your network under Unity LevelPlay mediation, create a new app in your account.
Add your network and configure all ad units that you wish to support as part of Unity LevelPlay mediation. Learn how to do it here.
Note
To enable your account for custom adapters, contact us.

Step 2: Build your ironSource demo app

In this step you will use the ironSource demo app to test your adapter integration, using the app key you defined in step 1.
  1. Download ironSource demo app from here.
  2. Update the ironSource appkey, as the demo app you created in step 1. Android (JAVA): change the APP_KEY value in the class DemoActivity.java IOS (Objective C): change the APPKEY value in the class ViewController.m
  3. Integrate your network’s adapter into the demo app project. Make sure to define all your network dependencies.It should include all setup including Manifest, Plist and bundle requirements.

Step 3: Test your network configuration

After you complete your demo app integration, you can start your testing!

Recommended tests

  • Test your ads are being served using the demo app
  • Verify your network performance metrics are represented accurately, using ironSource’s platform reports

Test your ads

  1. Run the demo app
  2. Select the ad unit to load
  3. When relevant show indication turns active, select it to see the impression
  4. Check logs with 'DemoActivity' to see the callbacks from the mediation
Android logs example for interstitial:
Date/com.ironsource.ironsourcesdkdemo D/DemoActivity: onInterstitialAdReadyDate/com.ironsource.ironsourcesdkdemo D/DemoActivity: onInterstitialAdOpenedDate/com.ironsource.ironsourcesdkDate/com.ironsource.ironsourcesdkdemo D/DemoActivity: onInterstitialAdClosed
iOS logs example for interstitial:
Date/ IronSourceDemoApp[636:277457] -[ViewController interstitialDidLoad]Date/ IronSourceDemoApp[636:277457] -[ViewController interstitialDidOpen]Date/ IronSourceDemoApp[636:277457] -[ViewController interstitialDidShow]Date/ IronSourceDemoApp[636:277457] -[ViewController interstitialDidClose]

Test your network performance

  1. Sign in to the ironSource platform
  2. Go to Performance reports
  3. Change breakdown to “Break by Ad Source” to view the network’s performance
Note
Data will be reflected on the ironSource platform within 4 hours.

Copyright © 2026 Unity Technologies
LegalPrivacy PolicyCookiesDocumentation Terms of UseDo Not Sell or Share My Personal InformationYour Privacy Choices (Cookie Settings)

"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S and elsewhere (more info here). Other names or brands are trademarks of their respective owners.

Some pages are machine-translated for convenience, and may contain inaccuracies. In the event of conflicting information, the English version is authoritative.

  • On this page
    • Step 1: Setup a new test app

    • Step 2: Build your ironSource demo app

    • Step 3: Test your network configuration

      • Recommended tests

      • Test your ads

      • Test your network performance


Report a problem with this page