Adsovio Docs
API v2.0 Updated Dec 7, 2025

Documentation

A complete guide to integrating Adsovio's monetization SDK. Lightweight, asynchronous, and built for high-performance web apps.

Introduction

The Adsovio Publisher SDK acts as a mediation layer connecting your inventory to premium demand sources. It ensures the highest eCPM by running a real-time auction for every impression.

Performance Optimized

The script is < 15KB and loads asynchronously, ensuring 0 impact on Core Web Vitals.

Prerequisites

Publisher Account

You must have an approved account.

Verified Domain

Add your site in the dashboard settings.

Installation

1. Get your App ID

Go to Sites > Settings. Your ID starts with PUB-.

2. Add Script to Head

Place this code in the <head> tag.

HTML

<!-- Adsovio SDK -->
<script src="https://zunex.icu/sdk/v2/ads.js?id=YOUR_APP_ID" async></script>

Usage & Methods

Use the global `window.Adsovio` object to show ads.

app.js

if (window.Adsovio) {
    window.Adsovio.show({
        type: 'interstitial',
        onClose: () => console.log('Ad closed'),
        onError: (e) => console.error('Error', e)
    });
}

Parameters

Param Type Required Description
type String Yes `interstitial` or `rewarded`
onClose Function No Called when user closes ad

Need Help?

Our support team is available 24/7 on Telegram.

Chat Support