Integrate Adexora rewarded interstitial ads into your Telegram mini-app to boost user engagement and revenue. Full-screen ads with rewards, optimized for performance.
Add the Adexora SDK to your HTML:
<script src="https://adexora.my.id/cdn/ads.js?id=YOUR_APP_ID"></script>
Replace YOUR_APP_ID with your actual ID from the dashboard.
Display a rewarded interstitial ad and handle user rewards or errors with our simple API.
window.showAdexora()
.then(() => {
// ✅ Grant user reward (e.g., coins, points)
console.log('Ad completed! Reward granted.');
})
.catch(e => {
// ❌ Handle errors (e.g., ad not available)
console.error('Ad failed:', e);
});
Ad not loading:
Verify App ID and HTTPS. Check network connectivity.
Reward not granted:
Ensure the then
callback is properly implemented.
Ad skipped by user:
Handle catch for
user skips or errors.
Start using rewarded interstitial ads in your Telegram mini-app today.
Go to Dashboard
Loading...