> For the complete documentation index, see [llms.txt](https://docs.digitalturbine.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digitalturbine.com/dt-offer-wall/publishers/task-specific-guides/rewarding-your-users/rewarded-actions.md).

# 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](/dt-offer-wall/publishers/app-setup-in-the-web-dashboard.md) or the [Rewarded Video](/dt-exchange/advertisers/ad-creative-types/rewarded-videos.md) 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](/dt-offer-wall/publishers/offer-wall-rest-api-integration.md).
2. When requesting an offer, use **one** of the following methods to request easy‑rated offers:
   * In the [DT Console](https://console.fyber.com/), configure a placement that blocks medium- and hard‑rated offers and then specify the filtered placement when requesting offers. For more information about filtering a placement, see [Content Filters for Placements](/dt-offer-wall/publishers/task-specific-guides/content-filters-for-placements.md), and for information about requesting offers, see the REST API documentation provided by your DT Account Manager.
   * Specify the **Rewarded Actions** offer type when requesting offers. This limits the returned list of offers to easy‑rated offers especially curated for Rewarded Actions. For more information about requesting offers, see the REST API documentation provided by your DT Account Manager.
3. Render an offer from the returned list of offers.

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.digitalturbine.com/dt-offer-wall/publishers/task-specific-guides/rewarding-your-users/rewarded-actions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
