Premium Monetization

Rewarded Interstitial Ads

Integrate Adexora rewarded interstitial ads into your Telegram mini-app to boost user engagement and revenue. Full-screen ads with rewards, optimized for performance.

Getting Started

Prerequisites

  • Telegram Mini App environment
  • Basic JavaScript knowledge
  • Your App ID from Adexora dashboard
  • HTTPS-enabled domain for production

Installation

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.

Easy Integration

Basic Integration

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);
  });

Troubleshooting

Common Issues

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.

Ready to Monetize?

Start using rewarded interstitial ads in your Telegram mini-app today.

Go to Dashboard
Loading...

Loading...