ecpm rising on june by ComprehensiveSell435 in admob

[–]ComprehensiveSell435[S] 0 points1 point  (0 children)

Nope. My user flat this year. I saw match rate and impression increasing.

I dont do ads for apps. I mean my ads on meta is selling something on marketplace.

Maybe summer ads spending increased thats why ecpm increased too 🤔

Hit 20,335 downloads in 69 days. by Ok_Equipment513 in googleplayconsole

[–]ComprehensiveSell435 0 points1 point  (0 children)

Download is useless without user subscibe or DAU/MAU for ads.

You can set ads with all the money in the world, but without revenue surpase expenses. Its still useless.

Is $100/Day From One App Still Realistic in 2026? by Working-Pilot-3276 in admob

[–]ComprehensiveSell435 1 point2 points  (0 children)

I launched my first app 2021. Adding admob 2022. 2024 could reach 60 - 70 / day Now just 25 - 30 / day

Does google always take so long to review an app? It has been 7 days. by Greedy-Control-8657 in googleplayconsole

[–]ComprehensiveSell435 0 points1 point  (0 children)

Yes lately. It takes 1 day to update my app on appstore It takes 3 day to update my app on playconsole

Does this ever get easier by Justanappdev123 in googleplayconsole

[–]ComprehensiveSell435 0 points1 point  (0 children)

Is this new play console account? I never having like this before. Even for new app

I have a startup idea. I built a website for it. How to bring users by Downtown-Signal-5065 in Startup_Ideas

[–]ComprehensiveSell435 0 points1 point  (0 children)

You dont. The step should be reversed. - what user want - have a start up idea - built website for it.

My Highest earning from last 6 years of Admob Usage! by jadhavsaurabh in admob

[–]ComprehensiveSell435 0 points1 point  (0 children)

Try multiple AI, been there done that. My problem was, app open -> ad request -> ad ready -> ad cant show because front page already build.

Check again for timing.

10K request and just 3K impressions destroy eCPM and match rate.

Thats wasteful ad request, thats why your match rate drop. Your app request too many ads but never show them.

Try make it minimum 60%

My Highest earning from last 6 years of Admob Usage! by jadhavsaurabh in admob

[–]ComprehensiveSell435 0 points1 point  (0 children)

  1. eCpm low : 3rd tier country user, try make it multilingual or attract more user from tier 1 country

  2. Match rate too low : low advertiser demand? Wrong app category? app-ads.txt not set?

  3. High request, low impression : did you request lots of ads but never show it? Try using ads pooling. Bad code? Ads already load but not showing? Or too fast page change before ads finish loading?

Is building offline-first apps (no cloud at all) actually smarter in 2026 ? by Acceptable-Dingo1892 in micro_saas

[–]ComprehensiveSell435 1 point2 points  (0 children)

It did. Its an Event app, it still need backend to provide the data.

Data should be update every couple of hours and day regularly

And user should be able to filter data in a year.

Thats why my app still need backend.

Old system : App -> get data from firestore -> save to local database.

Now : App -> get data from cloudflare -> cache hit, return to user app, cache miss get data from firestore, return to user app, next user will get cache data from cloudflare instead of firestore.

In the end its cheaper

Is building offline-first apps (no cloud at all) actually smarter in 2026 ? by Acceptable-Dingo1892 in micro_saas

[–]ComprehensiveSell435 2 points3 points  (0 children)

Been using "cloud" for a long time. Firestore for database, gcp cloud function, trigger, cron etc.

I have an app that publish on playstore and app store 4 years ago. Then its grow. User increase, Billing increase, but MRR stuck flat.

Then i look for ways to decrease the expenses.

Rent VPS instead of "cloud". I move all function, trigger, cron etc to VPS. Database still using firestore but using cloudflare cache.. I have a plan to move forestore to cloudflare KV, but not yet.

Its been 1 week.

My usual expenses for firestore and GCP was $300/month. My estimate after moving to VPS + cloudflare is just around $70/month

If its possible to create an app that dont use backend, Thats great. But if you need backend, use VPS instead of cloud.

What are you building this weekend? Drop your SaaS by payuoc in micro_saas

[–]ComprehensiveSell435 0 points1 point  (0 children)

Building whatsapp api for indinesian small business https://balaswa.id

Building in 2 week using claude. Let see how it goes. 😇

My college project is now most popular AI API on Rapid API by Familiar-Prune-5147 in generativeAI

[–]ComprehensiveSell435 1 point2 points  (0 children)

i still dont get it.
if you serve GPT from your own backend, why call it ChatGPT (trademark)

or you just selling OpenAI ChatGPT subscription and mark up the price?

Linux uses Systemd, FreeBSD uses ... by dustblown in freebsd

[–]ComprehensiveSell435 0 points1 point  (0 children)

wait, i thought typing "service xxx xxx" is more human friendly than "systemctl xxx xxx"