$0.00

Documentation

Getting Started

Prerequisites

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

Installation

Add the Auru Ads SDK to your HTML:

<script src="https://auruads.com/cdn/ads.js?app_uid=YOUR_APP_ID"></script>

Replace YOUR_APP_ID with your actual ID.

Basic Integration

Display a rewarded ad and handle user rewards or errors with our simple API.

window.showAuruads()
    .then(() => {
        // ✅ Grant user reward
    
    })
    .catch(e => {
        // ❌ Handle errors
    
    });
© 2024 Auru Ads. All rights reserved.