Skip to content

Commit

Permalink
feat: add rewarded config url
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinTeqBlaze committed Oct 16, 2024
1 parent 28ba9d6 commit d394a2a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,9 @@ Now you should just make a regular AdMob's ad request. Evetything else will be h

Once you receive the ad it will be ready for display. You can show interstitial right in the listener or later according to the app logic.

### Rewarded Video
### Rewarded

{% include mobile/rewarded-server-side-configuration.md %}

Integration example:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,9 @@ Integration:
4. Remove the original `InterstitialAdUnit`.
5. Follow the instructions to integrate [Interstitial API](#interstitials).

### Rewarded Video
### Rewarded

{% include mobile/rewarded-server-side-configuration.md %}

Displaying the **Rewarded Ad** is the same as displaying an Interstitial Ad, but it adds ability to handle reward. To display a Rewarded Ad follow these steps:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,9 @@ Now you should make a regular MAX's ad request. Everything else will be handled

Once you receive the ad it will be ready for display. Folow the [MAX instructions](https://dash.applovin.com/documentation/mediation/android/getting-started/interstitials#showing-an-interstitial-ad) about how to do it.

### Rewarded Video
### Rewarded

{% include mobile/rewarded-server-side-configuration.md %}

Integration example:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,9 @@ override fun onAdLoaded(interstitialAdUnit: InterstitialAdUnit) {
}
```

#### Rewarded Video
#### Rewarded

{% include mobile/rewarded-server-side-configuration.md %}

Integration example:

Expand Down

0 comments on commit d394a2a

Please sign in to comment.