Integration Helper for Android

Employ the Integration Helper to validate that all necessary dependencies, configurations, and ad network integrations are correctly implemented in your Android app.

Read time 2 minutes

Use the Integration Helper to verify successful integration of the LevelPlay SDK and any additional adapters.

  • Dependency Verification: It ensures all required dependencies and frameworks are added for various mediated ad networks.
  • Version Compatibility Check: It portrays the compatibility between the SDK and adapter versions.
  • Configuration Validation: Verifies necessary configurations, such as required permissions in the Android manifest.

Integration Helper Method

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

[LevelPlay validateIntegration](context);
LevelPlay.validateIntegration(context)

Device Advertising ID

You can retrieve your GAID at the bottom of the log after you call the method, as detailed in the following example.

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 case the ad network’s integration has not been completed successfully, it will be marked as NOT VERIFIED.