Dear Partner, you have just started monetizing traffic with Auru Ads, congratulations!
To make sure we are on the same page, please take a look at our policy rules that you have agreed to. Pay attention to prohibited traffic acquisition practices like Auto / Self clicks, Bots / Fraud, Traffic from exchanges, etc.
We do not work with publishers who engage in such traffic. If you have any questions, please contact our support or your account manager.
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
});