Display ads

Learn how to display banner ads on your apps

Implementing Ad units in your project is a three-step process:

  1. Initialize the Adrop SDK early in the project’s run-time lifecycle, preferably at launch. The recommended best practice is to use the latest SDK.

  2. In your app code, check if content is ready to display through your specified Ad unit.

  3. Programmatically retrieve the available content and display it.

(Optional) Setup test environment

Setting up a test environment allows you to receive test ads even if there are no live ad campaigns.

pageTest Environment

Last updated