Integration Helper for Android

The ironSource SDK provides an easy way to verify that you’ve successfully integrated the ironSource SDK and any additional adapters; it also makes sure all required dependencies and frameworks were added for the various mediated ad networks.
New! The Integration Helper will now also portray the compatibility between the SDK and adapter versions. 

Integration Helper Method

After you have finished your integration, call the following static method and confirm that all networks you have implemented are marked as VERIFIED:

IntegrationHelper.validateIntegration(context);

Important!
  • Once you’ve successfully verified your integration, please remember to remove the integration helper from your code.
  • For SDK versions prior to 7.3.0, it is required to pass the activity as a parameter in the validateIntegration method.

Device Advertising ID

You can easily retrieve your GAID at the bottom of the log after you call the method, as exemplified below.

Output example:
integration-helper-android

The Integration Helper tool reviews everything, including ad networks you may have intentionally chosen NOT to include in your application. These will appear as MISSING and there is no reason for concern. In the case the ad network’s integration has not been completed successfully, it will be marked as NOT VERIFIED.