The first place to look is the console.
In most cases, Telegram already tells you what went wrong — either via an in-app warning or detailed logs in the console.
How to open the console:
— enable mini app debug mode following the official Telegram guide;
— if your app is mobile-only, use a lightweight console like Eruda — it’s a real lifesaver.
Common issues we see again and again:
— Incorrect Web App URL for `blockId`
You’ll usually see a warning and an error in the Network tab. In most cases, it’s a platform configuration issue.
— Wrong referrer
The app is opened in a regular browser. We expect it to be launched inside Telegram, not outside.
— Debug mode left enabled
debug=true, or forgetting to explicitly set it to false before going to production. A small thing that breaks everything.And if the console is clean, the Network tab shows a successful request to
api.adsgram.ai, but ads still don’t appear — just contact support. It happens, and that’s okay.Mini apps are sensitive to details, so we strongly recommend following the integration guide step by step.
⚡️ Connect, launch a campaign, and start monetizing your traffic with AdsGram
Follow AdsGram: Website / Telegram / X / Eng / 中文
