"Hybrid monetization" has become shorthand for "we have ads and a shop". That is a description, not a design. The games that monetize well over a long life treat advertising and purchases as two doors into the same economy, and design the economy first.
This article walks through how we approach it for puzzle games on our framework: what the economy needs to contain, where ads and offers fit into it, and which metrics tell you whether the balance is right.
Start with the economy, not the placements
Every puzzle game has a small set of things players want when they are stuck or ambitious: extra moves, extra slots, an undo, a shuffle, a skip, more lives, faster progress in the meta. Those are your sinks. The game gives some of them away for free through progression, streaks and events; those are your sources.
Monetization is the design of the gap between sinks and sources. Too small a gap and nothing is worth paying for. Too large and players feel squeezed and leave. Both advertising and IAP are ways to close that gap for an individual player — ads with attention, IAP with money.
Practical implication: design the currency and item economy before deciding where ads go. If you know how many "extra moves" a typical player needs per chapter, you can decide how many should come from wins, how many from rewarded videos and how many from the shop.
Rewarded placements: where help is wanted
Rewarded video works when the player wants what it offers at that moment. In puzzle games the reliable moments are:
- Near-miss on a level. One move short, one slot short. The offer is "continue", the reward is finishing the level.
- Pre-level boost. Before a peak level, an optional booster for watching an ad.
- Doubling a reward. After a win or an event round.
- Refilling lives when the player wants to keep playing.
Each placement is instrumented separately in our framework — impressions, completion, and the session behavior after the reward. That last part matters: a continue placement that is used heavily but is followed by a quit tells you the level is unfair, not that the placement is good.
Interstitials: pace them to the session
Interstitials are where most puzzle games lose players. The rules we apply:
- Never before the first win. New players have not decided to stay yet.
- Frequency capped by time and by level count, whichever is more conservative.
- Never immediately after a fail. Losing and then watching an ad is the worst two minutes a game can offer.
- Skip for payers, at least for a period after any purchase.
Then we measure the trade-off explicitly: for cohorts with different interstitial frequencies, compare ad revenue per user against D7 retention and IAP conversion. The right frequency is the one that maximizes lifetime value, not day-one ad revenue — and it is usually lower than the first instinct.
IAP: offers that match the moment
Shops in puzzle games convert poorly when they are just a list of currency packs. What converts is context:
- Starter packs during the first chapters, priced low, containing the boosters the player has just learned to use.
- Fail-state offers on peak levels — a small bundle framed around the immediate problem.
- Event bundles that accelerate a limited-time goal.
- Remove ads as a clear, honest product for players who want to pay once.
Every offer is tied to a specific place in the game and a specific need, and each reports its own conversion and its effect on subsequent play.
Making the two doors reinforce each other
The interesting part of hybrid design is the interaction:
- Players who watch rewarded ads are demonstrating that they value the item. Offers for that item convert better with them, not worse.
- Removing interstitials after a purchase increases session count for payers, which increases their exposure to rewarded placements they still choose to use.
- Event economies can be tuned so that free players finish with ads, engaged players finish with a small purchase, and both feel the event was fair.
The failure mode is treating the ad-funded player and the paying player as different audiences with different games. They are the same player on different days.
Mediation and the technical layer
On the technical side, we integrate mediation with bidding enabled, keep placements as named configuration rather than hard-coded calls, and expose every placement's parameters to remote config. That way the live-ops team can change caps and rewards without an app release, and the analytics stack sees placement-level performance from launch. None of this is exotic; it just has to be built once and reused.
The metrics that matter
For each title we watch a small set of monetization views alongside retention:
- ARPDAU split into ad and IAP components.
- Rewarded completion rate and post-reward retention per placement.
- Interstitial frequency versus D7 and IAP conversion, by cohort.
- Offer conversion by placement and by chapter.
- Economy flow: currency earned versus spent per player per day, to catch inflation or starvation early.
If the ad line grows while retention falls, the design is extracting rather than serving. If IAP grows while ad revenue stays flat and retention holds, the economy is working.
Summary
Hybrid monetization is an economy design problem with two payment methods. Design the sinks and sources, place ads where help is genuinely wanted, pace interstitials to the session, tie offers to moments, and measure the interactions. Revenue that grows with retention is the only kind worth having in a live puzzle game.
Monetization and economy design are part of every project we build for partners. See our capabilities.





