← Sladu Network
🎥 Video ad demo
Below is an embedded test zone widgettvid9234f7. This is exactly what a regular visitor to the webmaster's site will see.
⚠ What should happen:
in a second, a video will start playing in the black box (HD 720p). In 5 sec a button will appear "Skip". Click on video → you'll land on the advertiser's landing page.
🎬 Test video block (640×360)
⏳ Loading video ad...
Seeing a black screen >3 sec? Open DevTools → Console — the log is there. Endpoint /imp?z=tvid9234f7must return JSON withvideo_url.
Want to see how it looks on the webmaster's site? Widget in one line: <script src="https://sladu.net/w/tvid9234f7.js"></script>
👨💻 This demo effect is created with a single line of code
The webmaster takes the code from/pub/zonesand places it on their site:
Everything else runs automatically: video loading, skip timer, click tracking, earnings.
🔧 Alternative: VAST for your own player
If the publisher already has their own video player (JW Player, video.js, HLS.js) — they use the VAST URL:
https://sladu.net/vast/tvid9234f7.xml
Open in browser — you will see the standardVAST 4.0 XML(this format is understood by all professional players).
💰 Who does what in this chain
1
Advertiser(for example, a casino or dating app)
→ Creates a campaign in /adv/campaigns with video format
→ Uploads their own mp4 video (or URL)
→ Adds funds to the balance via /adv/deposits (USDT TRC20)
2
Sladu(our platform)
→ We moderate the creative (AI Vision + admin)
→ We store a database of registered publishers and their sites
3
Publisher(they have an adult tube or news site)
→ Registers their site in /pub/sites + confirms ownership
→ Creates a video block in /pub/zones, gets 1 line of code
→ Inserts it on their site wherever they want
4
Site visitor(any person who visited the publisher's site)
→ Opens the page — sees our video block
→ If they clicked — they land on the advertiser's landing page
5
Money flies automatically
→ Sladu charges the advertiser at the campaign rate (CPM)
→ 75% is credited to the webmaster in pending_earnings_cents
→ 25% — Sladu fee (our revenue)
→ After 24 hours the hold period (anti-fraud) ends and funds become available for publisher payout
📊 What we record for each impression
{
"impression_id": "uuid",
"campaign_id": 6, "creative_id": 7, "advertiser_id": 3,
"zone_id": 8, "site_id": 1, "publisher_id": 3,
"geo": "RU", "device": "desktop", "os": "windows",
"bid_micro_cents": 300000, // ставка $3 CPM
"revenue_micro_cents": 300, // 300 µ¢ за 1 показ
"publisher_payout_micro_cents": 225 // 75% паблишеру
}
This data goes to ClickHouse — there can be billions of records. Dashboards (/pub/stats, /adv/stats, /admin) are built on their aggregates.