Skip to main content
GameDev.net gamedev.net
🔒 Locked

I’m building a small tool to diagnose mobile ad revenue drops

Started by ecpm_insights Jul 4 at 2:07 AM 0 replies 150+ views
Original Post
ecpm_insights
ecpm_insights

Over the past few days, I’ve been reading discussions from mobile app and game developers about AdMob revenue drops, low match rate, unstable show rate, and confusing eCPM changes.

One thing became clear: many revenue drops are misread at first.

A lower revenue number does not always mean eCPM is the real problem. Sometimes the issue is earlier in the funnel:

requests → matched ads → impressions → revenue

For example:

  • eCPM looks fine, but match rate drops

  • requests are normal, but show rate is low

  • impressions fall during certain hours

  • one country or ad unit changes the blended average

  • a mediation source stops filling

  • live events or time-of-day behavior reduces user activity

So I’m building eCPM Bazaar as a simple browser-based diagnostic tool for this kind of problem.

The goal is not to replace AdMob, AppLovin, or mediation dashboards. It is just to help developers look at anonymized CSV-style data and answer one question first:

“Where did the drop likely come from?”

The current diagnosis flow checks:

  1. impressions

  2. match / fill rate

  3. show rate

  4. weighted eCPM

  5. country mix

  6. ad unit / placement

  7. ad source / mediation

  8. time-of-day or external events

I’m still refining the logic and examples. If you’ve debugged a mobile ad revenue drop before, what was the first metric that helped you find the real cause?

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.