Skip to main content

Rewarded Video Ad Format

Provides in-app rewards (currency, features, content) in exchange for watching video ads. Videos are non-skippable and typically run 30 seconds. Rv Example Image Pn

How It Works

Rv Example Gif Gi

Ad Unit Setup

Configure your ad unit using the ad unit ID issued from the dashboard.

Ad Implementation

Reward Item Structure

The reward item delivered upon completion of watching a rewarded video ad has the following structure:

Additional Features

Setting User Identifier

The following code shows how to tag a user’s internal User ID. The maximum size of the User ID string is 8192 characters.

Setting Placement

You can set a placement before showing the ad.

Setting Custom Data

You can add custom data to rewarded video ads. This data can be used in server-side callbacks.

Troubleshooting: Ad Close Button Overlap Issue

When displaying rewarded ads using the DARO iOS SDK, some ad creatives may visually overlap with the top Safe Area or Status Bar. The following guide shows how to hide the Status Bar only while the ad is displayed and restore it once the ad is dismissed.
1. Add status bar control properties to your ViewController:
2. Hide status bar before showing ad and restore in callbacks: