Read-only AdMob dashboard for earnings, impressions, CTR, and match rate.

AdMob Monitor Dashboard is a read-only Android client for the Google AdMob API. It surfaces eight key publishing metrics — earnings, impressions, clicks, CTR, requests, match rate, RPM, and eCPM — on your phone, home screen widgets, and notifications. The app uses the official AdMob API with the admob.readonly and admob.report OAuth scopes, so it cannot create, modify, or delete ad units, campaigns, or any account configuration. A compile-time guard (BuildConfig.ENABLE_WRITE_API=false) permanently blocks any write API call in release builds.
OAuth tokens are encrypted on-device with Tink AEAD bound to the Android Keystore and stored via Jetpack DataStore. The app does not run any servers operated by Sia Makerlab — all network traffic goes directly to Google over HTTPS.
This app is not affiliated with, endorsed by, or sponsored by Google LLC. Google AdMob is a trademark of Google LLC.
SignOutUseCase cancels WorkManager, deletes the entire local database (accounts / apps / ad units / reports / mediation / widget configs / API logs), resets LAST_SYNC_AT, clears OAuth tokens and Credential Manager state, and re-renders widgets to an empty state — so signing in with another Google account never exposes the previous user's dataadmob.readonly + admob.report) — the app cannot edit ad units, campaigns, or any AdMob configurationallowBackup=false blocks Android Auto BackupNetworkSecurityConfig; no cleartext traffic; no analytics; no servers operated by Sia MakerlabTo sustain free distribution, the app displays Google AdMob ads in three placements: an adaptive bottom banner (a single shared instance that adapts to foldables and multi-window widths), an app-open ad shown at most once every 15 minutes on cold/warm resume, and native ads woven into the Apps list (5th and 10th cards). Users in the European Economic Area, the United Kingdom, and Switzerland are prompted with a Google Play UMP SDK consent form before personalized ads are loaded; if consent is declined, the app falls back to non-personalized ads. The app uses Google Mobile Ads SDK and Android's Advertising ID for ad personalization where permitted.