# Rewarded

{% hint style="info" %}
There are some advertisement settings in the `playgama-bridge-config.json` file

[playgama-bridge-config](https://wiki.playgama.com/playgama/sdk/playgama-bridge-config "mention")
{% endhint %}

**Rewarded ads** are a type of advertisement where players have the option to watch an ad in exchange for in-game rewards

Offer players rewards in exchange for watching ads, incentivizing ad engagement and increasing ad revenue.

#### Is Rewarded Supported

Check if the platform supports displaying rewarded ads.

<figure><img src="https://1088849411-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5ukgSPDBOdbQp4FYtbz1%2Fuploads%2FWSW8k2sUCd9zgsSw1X7L%2FScreenshot%202025-07-25%20at%2010.11.10%E2%80%AFAM.png?alt=media&#x26;token=93ccfe14-4ced-4cb4-b2c6-f4532ad47b0c" alt=""><figcaption></figcaption></figure>

#### **Rewarded State** <a href="#rewarded-state" id="rewarded-state"></a>

Monitor the state of the rewarded ad (loading, opened, closed, rewarded, failed) to manage the reward process.

<figure><img src="https://1088849411-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5ukgSPDBOdbQp4FYtbz1%2Fuploads%2Fy9NGzkFBaeN9nHWGKj95%2FScreenshot%202025-07-11%20at%204.54.55%E2%80%AFPM.png?alt=media&#x26;token=ee6f0d49-e500-4117-bd06-469022904bb8" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
React to changes in ad state. For example, mute the game sound when `opened` and unmute when `closed` and `failed`.
{% endhint %}

{% hint style="danger" %}
Reward the player only when the state is `rewarded`.
{% endhint %}

#### **Show Rewarded Ad** <a href="#show-rewarded-a-d" id="show-rewarded-a-d"></a>

Display a rewarded ad and provide incentives to players for watching the entire ad.

<figure><img src="https://1088849411-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5ukgSPDBOdbQp4FYtbz1%2Fuploads%2FFgFYCRewzPYhSaun0fxK%2FScreenshot%202025-07-11%20at%204.55.40%E2%80%AFPM.png?alt=media&#x26;token=8ccd81f1-4a98-47bb-8364-6afd3908f367" alt=""><figcaption></figcaption></figure>
