If you earn from more than one source, you already know the ritual. Open AdSense. Switch tabs. Open AdMob. Another tab for YouTube. Open RevenueCat. Repeat for every account you manage. You do this every morning, and you still cannot answer one simple question: how much did I make yesterday, across everything?
I ran into this managing several AdMob and AdSense accounts alongside subscription revenue. After enough mornings lost to tab-switching and mental math, I started treating it as a real problem instead of a chore. Here is what I learned, and the approach that finally fixed it.
The actual problem is not earning, it is reconciliation
The money is not the hard part. Trusting the total is. Three things make a combined number surprisingly difficult to get right.
First, every platform reports on its own timeline. AdSense, AdMob, and YouTube all show estimated earnings that get revised before payout. RevenueCat subscription revenue lives in a completely separate system with its own refund and proration logic. The number you see at 9am is rarely the number that lands.
Second, the data is fragmented by design. Native dashboards are siloed on purpose. There is no single place that shows ad revenue and subscription revenue side by side, so you stitch it together yourself.
Third, multi-account makes it worse fast. The moment you run a second AdMob account, or a separate Google login for a different property, you lose the single view entirely. Each account is its own login, its own report, its own export.
This is the fragmentation tax. It is the daily gap between what your accounts show and what you will actually receive.
Track at the account level, not the platform level
The single most useful shift for me was to stop thinking in platforms and start thinking in accounts.
When your total moves, "AdSense is down" is not actionable. "AdSense account 2 on the recipes site is down 30 percent while account 1 is flat" is. Revenue problems almost always live in a specific account, not a whole platform, so that is the level you want visibility at. Build your tracking so you can answer "which account moved" in seconds, not after ten minutes of digging.
The options, from cheapest to most complete
For a single account, the official AdMob app or the AdSense report is genuinely fine. Do not overbuild.
For a few sources, a spreadsheet plus the reporting APIs gets you far. AdMob and AdSense both have APIs that return revenue, impressions, clicks, and eCPM per account and per ad unit. RevenueCat has a clean API too. You can pull these into one sheet on a schedule. The cost is maintenance, because every account adds another connection to babysit.
For many accounts or genuinely mixed revenue, the spreadsheet becomes the problem it was meant to solve. At that point you want a layer that aggregates everything into one view and keeps it in sync for you.
What I ended up building
I built Aperio because nothing covered ad revenue and subscription revenue together. It connects AdSense, AdMob, YouTube, RevenueCat, Shopify, and Patreon read-only, and shows combined revenue across every account in one mobile view, with drill-down by account and asset so you can see exactly which one moved. Read-only and OAuth-only, so it reads your numbers and never touches the accounts.
It is free on iOS (https://apps.apple.com/il/app/aperio-all-revenues-one-view/id6778547730) and Android (https://play.google.com/store/apps/details?id=com.aperio.get) if you want to skip the spreadsheet stage.
However you solve it, the principle is the same: one combined number, tracked at the account level, that you can trust without opening ten tabs. If you manage more than one revenue source, I would genuinely like to hear how you handle it today.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)