LevelPlay integration test suite
Utilize the LevelPlay integration test suite to verify your app's integration, confirm platform setup, and review ads related to your configured networks.
Read time 1 minuteLast updated 4 hours ago
The LevelPlay integration test suite enables you to quickly and easily test your app's integration, verify platform setup, and review ads related to your configured networks.
Enable the test suite with SetMetaData flag (beta)
To enable the test suite in your app, call the setMetaData API before setting the init:IronSource.setMetaData('is_test_suite', ['enable'])
IronSource.launchTestSuite()
Implementation example
On success callback, launch test suiteInitializationEvents.onInitializationComplete.setListener(() =>{ console.log('onInitializationComplete') IronSource.launchTestSuite() });
View your app info
After you've launched the test suite on your app, you can review your app info in one place, based on the device and init response parameters. The following data is available in the App info tab:- App details
- SDK information
- App Configuration- iOS only
- Regulation settings
- Metadata parameter
View ad networks
The Ad networks tab displays the LevelPlay mediated networks configured in your auction. It indicates the ad network type (bidding or non-bidding), the integration status of each network, the supported ad formats, and the ad load/show status.Integration status
The test suite will automatically check that you've installed an SDK and adapter for each ad network after it's been launched. Then you can review and filter ad networks based on the integration status. If the integration is successful, the SDK and adapter versions will be displayed. If the integration is incomplete, the versions won't be visible on the screen. Follow the Add Mediation networks guide to complete the network integration.Ad formats status
The ad networks page displays the ad formats configured for each ad network. Each ad format will display one of the following status indicators:- Orange: The ad is pending load/Show
- Green: The ad was shown successfully
- Red: load/show failure
Test ad load
Click a single network to start testing ad loads for each ad format. You can only select ad networks that have an SDK and adapters installed. Select an ad format and click the Load ad button to request an ad. The screen will indicate the status of the ad:- Green: An ad was loaded or shown successfully
- Orange: An ad hasn't been tested yet
- Red: Ad load or show fail. The reason for the failure will be displayed on the screen.
View ad units
The ad units tab displays the list of all ad units sorted alphabetically for the corresponding app key used to initialize the LevelPlay SDK. It will indicate the ID and the ad format of every given ad unit.View ad unit
Click a single ad unit to view its corresponding auction. The screen displays all the bidding line items followed by the non-bidding line items. Click the Load ad button to load an ad by running the corresponding auction. The loading panel will indicate the status of the ad:- Green: An ad was loaded or shown successfully
- Orange: An ad hasn't been tested yet
- Red: Ad load or show fail
Line item view
Click a single line item to start testing an ad unit load, targeting:- A specific line item in case the line item selected is bidding.
- A specific ad network in case the line item selected is non-bidding.
- Green: An ad was loaded or shown successfully
- Orange: An ad hasn't been tested yet
- Red: Ad load or show fail. The reason for the failure will be displayed on the screen.