# 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%2FRdi7gfoxE6vtuOK7XyiG%2FScreenshot%202025-07-25%20at%2010.02.58%E2%80%AFAM.png?alt=media&#x26;token=c32da9ad-496e-40e4-a1f0-e85c7c741ed1" alt=""><figcaption></figcaption></figure>

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

Monitor the state of the rewarded ad to manage the reward process.

```javascript
PlaygamaBridge.RewardedState
```

Current state of the rewarded ad. Possible values: `loading`, `opened`, `closed`, `rewarded`, `failed`.

<figure><img src="https://1088849411-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5ukgSPDBOdbQp4FYtbz1%2Fuploads%2FC9M0sZSTk7wDgeEPae4V%2FScreenshot%202024-10-17%20at%206.39.34%E2%80%AFPM.png?alt=media&#x26;token=e7b07f71-1df4-4f78-8db2-89fd39f8cd7a" 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` or `failed`.
{% endhint %}

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

#### Rewarded Placement <a href="#show-a-d-1" id="show-a-d-1"></a>

Monitor the current placement of the rewarded ad to manage the reward process.

```javascript
PlaygamaBridge.RewardedPlacement
```

#### Show Ad <a href="#show-a-d-1" id="show-a-d-1"></a>

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

* Placement (optional)

<figure><img src="https://1088849411-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5ukgSPDBOdbQp4FYtbz1%2Fuploads%2F2WqkkAB9D8wl9a4WtT2a%2FScreenshot%202025-05-28%20at%2011.28.19%E2%80%AFAM.png?alt=media&#x26;token=1f4c8af2-c440-4a4a-b04b-3ccc7359502a" alt=""><figcaption></figcaption></figure>
