Setting Up Rewarded Actions

Rewarded Actions is a single‑offer Offer Wall format that can help retain user engagement at points in your game where users tend to disengage. Rewarded Actions provides opportunities to earn virtual currency in exchange for completing easy‑rated tasks such as downloading an app or completing a survey. Implement Rewarded Actions using the Offer Wall REST API as an alternative to or in conjunction with an SDK implementation of DT Offer Wall or the Rewarded Video ad format.

To integrate Rewarded Actions in your app:

  1. Implement the Offer Wall REST API. For more information, see Offer Wall REST API Integration.
  2. When calling the feed/v1/offers endpoint, use one of the following methods to request easy‑rated offers:
    • In the DT Console, configure a placement that blocks medium- and hard‑rated offers and then use the placement_id parameter to specify the filtered placement when calling the feed/v1/offers endpoint. For more information about filtering a placement, see Content Filters for Placements, and for information about the placement_id parameter, see placement_id for the feed/v1/offers endpoint.
    • Include Offer Type ID 114 in the offer_types parameter when calling the feed/v1/offers endpoint. This limits the returned list of offers to easy‑rated offers especially curated for Rewarded Actions. For more information, see offer_types for the feed/v1/offers endpoint.
  3. Render an offer from the returned list of offers.

Back to Top ⇧