# Best practices

Systemic, well-timed ads are the backbone of web game monetization. Many games still underuse ads or place them poorly, which reduces revenue and hurts retention.

This guide summarizes Playgama's practical recommendations for implementing ads without damaging the player experience.

## Interstitial ads

Interstitial ads are full-screen advertisements that appear periodically during a game session. While it is possible to create a game that relies solely on other formats, interstitials are generally considered a mandatory component for effective monetization. Building a project without them is the exception rather than the rule, and we recommend including them to ensure a steady revenue stream.

The best moment to trigger an interstitial is when the player is already engaged, typically after the first tutorial or after the first few levels if they are completed quickly. Protecting the early user experience is vital: showing a full-screen ad within the first few seconds is a major driver of Day 0 churn. Wait for an "aha moment" before starting the first ad sequence.

Ideally, interstitials should appear during logical pauses. Common examples include win or fail screens, inventory screens, or shortly after the player presses restart. In games without natural breaks, use a short countdown, such as "Ad starts in 3...2...1", to warn the player and avoid an abrupt interruption.

{% columns %}
{% column %}

<figure><img src="/files/3zaWvVZaG4di3N8hRfa5" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/Ogp5aDpH7sTTiGSEItvF" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

From a technical and platform perspective, there are several requirements to consider. Platforms generally prohibit launching an ad before the player has interacted with the game. Additionally, it is mandatory to pause all gameplay and sound while any full-screen advertisement is playing to comply with standard website requirements.

{% hint style="info" %}
Don’t overdo it with interstitial ads. Some platforms limit ad frequency automatically, while others do not. For web games, the standard interval is between 120 and 240 seconds between interstitials, depending on the game's genre. If they appear more often, players will leave; if they appear less frequently, you are losing money.
{% endhint %}

## Rewarded ads

Rewarded ads are user-initiated and provide an immediate benefit in exchange for a view. They function as an organic part of the gameplay cycle: effort leads to reward.

Here are rewarded ad patterns that usually perform well:

#### After a fail

1. **The "Second Chance" Trigger:** In endless runners or difficult platformers, the "Revive" or "Second Chance" ad is a "life-saving" mechanic. The value of the reward increases as the player gets closer to a high score or a level end.
2. **Checkpoint Access:** Allow players to continue from the last checkpoint to avoid replaying large sections of a level.
3. **Skip Level:** Offer a level skip if a player fails multiple times (2+) on the same challenge to prevent frustration.

{% columns %}
{% column %}

<figure><img src="/files/NUfZdNftVCXbD2k5vBz6" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/sMSZ78GpsUwfelWJJKiz" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/ZFfSgIDWfyWyHhiH1IL4" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

#### Progress Acceleration

1. **Level Completion:** This is the most effective time for a rewarded multiplier. After a player finishes a challenge, they are in a state of positive reinforcement. Offering to "Double Your Winnings" by watching a short video has exceptionally high conversion rates.
2. **Booster and Hint Offers:** In mentally challenging genres like puzzles, word games, or strategy, offering a "Hint" or a "Booster" when the player has been stagnant for a certain period (e.g., 30 seconds of inactivity) provides immediate utility.
3. **Timer Skips:** Allow players to bypass waiting times for building or crafting.

{% columns %}
{% column %}

<figure><img src="/files/4nrOWnKMFR74RdM8eeHE" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/ZD6DiBywKqm310jQpECu" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/HZRHd0nmY26sciPQwu9u" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/LZp9zeQEmtRvfyV1PDsm" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

#### Daily rewards & meta loops

1. **Daily Bonuses:** Offer to double the daily login reward.
2. **Exclusive Access:** Provide temporary access to bonus levels or premium character skins.

{% columns %}
{% column %}
![](/files/ilNvWsj8S0V1xHfF1Xan)
{% endcolumn %}

{% column %}

<figure><img src="/files/9ybxEP93SmijoolLRd4j" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

#### Grind Alternatives

1. **Currency & Resources:** Provide rare resources or the small amount of currency a player lacks for an upgrade.
2. **Hard Currency Alternative:** Allow players to use an ad view for a "retry" instead of spending premium currency.

{% columns %}
{% column %}

<figure><img src="/files/DQmE6axEcNYodAhN8bq6" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/5oCRkwoLkOomirtfmmPH" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

Specific triggers can detect when a player is likely to quit. Offer rewarded video after multiple failed attempts, long periods of being stuck on one level, or repeated exits at the same point.

{% hint style="info" %}
Always show the reward before the ad. Use clear call-to-action labels such as "Watch & Get +1 Life", and make sure the ad button has a clear icon or label.
{% endhint %}

Rewarded ads work because every side receives clear value: the player gets a useful bonus, the developer earns revenue, and the advertiser gets a voluntary view. This fits naturally into the gameplay loop: the player makes an effort, gets stuck or reaches a milestone, and chooses a reward.

To make the reward more appealing, let the player experience it once for free, then offer it through a rewarded ad. Make sure it remains a bonus, not a requirement for core progress. If the reward becomes mandatory, players will be frustrated and some platforms may reject the game.

{% hint style="info" %}
How many rewarded ads on average should a player watch per session? For a successful project, we look for at least 3–5 views per average session.

What percentage of players actually click the button? A good benchmark is 30–40% of all players. If it's lower, either the button is "invisible" or the reward is too weak.
{% endhint %}

## Banner ads

Banner advertisements provide a steady baseline of revenue without disrupting immersion. In specific genres like board or puzzle games, banners can contribute nearly as much revenue as interstitials due to constant visibility.

Banners are particularly effective on loss screens where a full video ad might be too frequent. A large banner that can be dismissed instantly with a single tap anywhere on the screen maintains monetization without breaking the session rhythm. Developers must ensure a "safe zone" so banners do not overlap interactive game elements.

{% hint style="info" %}
Avoid placing more than one banner on a single screen. To keep a healthy balance between fill rate and eCPM, the ad refresh rate should not exceed once every 90 seconds.
{% endhint %}

{% columns %}
{% column width="50%" %}

<figure><img src="/files/aGKhXGAM9thKMes0tMmY" alt=""><figcaption></figcaption></figure>

The ad banner does not interfere with the gameplay.
{% endcolumn %}

{% column %}

<figure><img src="/files/poKBKMP7gpL4uvHUtHLx" alt=""><figcaption></figcaption></figure>

The ad banner is blocking important game elements.
{% endcolumn %}
{% endcolumns %}

In addition to standard banners, Playgama also supports **advanced banners**. These allow more flexible control over when and where ads appear. You can trigger them at specific game moments (e.g., pause, win/lose screens) and define multiple on-screen zones where banners can be placed.

This approach enables better integration with your game UI and helps maximize revenue while preserving a smooth player experience.

{% columns %}
{% column width="50%" %}

<figure><img src="/files/GTJyMl88aeRRV5DIqWcq" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/hdA7E9fQleyRDVpJI0KI" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

## In-App Purchases (IAP)

While advertisements are the foundation of web game revenue, In-App Purchases allow developers to monetize the small percentage of highly engaged players (often <2%) who are willing to pay for premium content. In 2025, tools like the Xsolla payment suite and the Playgama Bridge have removed the technical barriers that once made browser-based IAP difficult.

#### Consumables vs. Permanents: Designing a Catalog

A successful IAP strategy requires a mix of items that cater to different player needs:

* **Consumables:** These are single-use items like virtual currency (gems, coins), boosters, or energy refills. They are the primary revenue driver in mid-core and simulation games.
* **Permanents:** These are one-time purchases that provide long-term value, such as "Ad-Free Mode," permanent character skins, or new level packs. The "Ad-Free" purchase is often the highest-converting item in casual games, as it provides a clear "quality of life" improvement.

{% columns %}
{% column %}

<figure><img src="/files/hr0YCsio6yjke5z6MaOk" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/phzc61d1hftLZ0pLoDoS" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

#### Pricing Strategy and the Hybrid Approach

Browser game price points should generally remain low, between $0.99 and $4.99, to reflect the casual nature of the platform. Implementing a "Hybrid Model" — where players can choose between watching a rewarded ad or making a small purchase for the same item — is highly effective. This ensures that every player contributes to the economy, regardless of their willingness to spend real money.

## Intrinsic ads

Intrinsic ads are non-disruptive placements that exist natively within the game world. Examples include a billboard on a racetrack, a poster on the wall of a city-building game, or a screen inside a virtual arena. Unlike standard banners, these units are programmatically filled with brand campaigns that update based on the player's region and current advertising demand.

The main advantage is that intrinsic ads do not interrupt gameplay. The developer chooses where to place them and how visible they should be, so they can make the game world feel more realistic instead of adding another overlay. This native approach can increase revenue compared with standard interstitial and rewarded ads, but direct integration can be complex. Playgama helps handle that setup and distribution.

{% columns %}
{% column %}

<figure><img src="/files/Dj1Cey7cdUcAc08cYuxp" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column %}

<figure><img src="/files/S0oMu4BUOpx4cQaPHaw9" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

## Platform-Triggered Ads (Smart Ads)

Platforms may utilize automated systems that analyze game processes and user sessions in real time to optimize revenue. It is important to understand that the platform portal often decides when to enable these features to help better monetize promising releases.

* **Dynamic load:** The platform may increase ad load by adding extra interstitial calls based on the user's progress and session length. Data shows earnings can rise by up to 100% with these optimizations.
* **Technical requirement:** The game must handle events from the portal. It should automatically pause gameplay and mute audio whenever the platform starts an advertisement.

{% hint style="success" %}
This feature is active on Playgama for games that listen to portal message events through the [Playgama Bridge SDK](/playgama/sdk/getting-started.md).
{% endhint %}

## Gameplay and playtime

Ads are one of the main ways to monetize a web game, but even the best ad setup will not work without engaged players. Track the metrics that correlate with engagement: CTR, playtime, and retention.

The best way to improve these metrics is still to make a strong game: one that gives players a reason to keep playing, return the next day, and tolerate ads as part of the experience.

***

Ultimately, ad monetization is a balance. The goal is a seamless experience where ads feel like a fair exchange, not a burden. Use logical pauses for interstitials, create high-value rewarded placements, add native intrinsic ads where they fit, and use data for A/B testing and ad caps. Start experimenting in the [Playgama Developer portal](https://developer.playgama.com/).


---

# Agent Instructions: 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:

```
GET https://wiki.playgama.com/playgama/guides/monetization/best-practices.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
