Rewarded Video #

Rewarded videos can be used to open chests early in Squad Alpha by Say Games.
Rewarded videos can be used to open chests early in Squad Alpha by Say Games.

A rewarded video is a way for players to obtain rewards, such as in-game currency, collectables or consumables, or energy, by watching video ads.

Using Hiro you can track the start, status, and completion of ads watched by users, defining placements and then granting rewards to players when they finish watching a video ad.

Once a placement has been defined, you can use its ID to map to an Ad unit in your Ad mediation network’s dashboard.

Hiro supports IronSrc server-side webhooks for authoritative reward grants, and also provides for fallback reward grants when user connections cause slow or unreliable webhook calls.

Customization parameters #

The following JSON represents the customization parameters you can use to configure placements for the economy system.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
{
  "placements": {
    "<placementId1>": {
      "reward": {},
      "additional_properties": {
        "<propertyName>": "value"
      }
    }
  }
}

Each individual placement is keyed by id and may define the following:

Placement #

PropertyTypeDescription
rewardRewardThe rewards a user should receive once they complete a placement.
additional_propertiesstring:stringA map of key value pairs that can contain additional context.