Android rewarded video integration checklist

Verify the integration of Rewarded Video ads in your Android app by ensuring ad unit availability, proper ad serving, and correct user reward handling.

Read time 1 minutes

Integrate Rewarded Video | Checklist

Check Ad Unit Availability

Monitor ad unit availability with the Listener; you will receive the ad unit's availability status through the onVideoAvailabilityChanged callback

Serve the Ad Unit

Add the IronSource.showRewardedVideo(placementName); method in the specific location in your code you'd like to serve the video in your app. Leave the brackets empty if using the default placement.

Reward Your User

The listener will automatically inform you of the reward name and amount. You will need to add these values to the user's balance manually.

Verify Your Integration

If you plan to serve Rewarded Video ads with Unity LevelPlay, verify your integrated ad networks with the Integration Helper.

Also refer to our Interstitial ad format integration checklist.