Documentation

Complete guide to integrating Adnesty ads and maximizing your revenue.

Introduction

Adnesty is a professional advertising network connecting publishers with premium advertisers worldwide. Whether you have a website, blog, or just social media presence, you can monetize your traffic with our various ad formats and Smart Links.

Key Features

  • Multiple Ad Formats: Banner, Native, Popunder, Direct Link, Push Notifications
  • Smart Links: Monetize without a website - share links anywhere
  • Real-time Statistics: Detailed breakdowns by country, device, browser
  • Fast Payments: Weekly payouts via PayPal, Wise, or Crypto
  • API Access: Programmatic access to your data
  • Referral Program: Earn 5% from referrals' earnings

Quick Start Guide

Get started with Adnesty in just 5 minutes:

Create Your Account

Sign up as a Publisher at adnesty.com/register

Add Your Website (Optional)

Add and verify your website to create ad zones. Skip this if you only want to use Smart Links.

Create Ad Zones or Smart Links

Set up ad zones for your website or create Smart Links to share anywhere.

Integrate & Share

Copy embed code to your site or share your Smart Links on social media, bio links, etc.

Earn & Withdraw

Monitor your earnings and request withdrawals once you reach the minimum threshold.

Account Setup

After creating your account, complete your profile for faster payments:

Profile Settings

Navigate to Settings > Profile to update:

  • First and Last Name
  • Phone Number
  • Country and Timezone

Payment Settings

Configure your preferred payment method in Settings > Payment:

  • PayPal: Minimum $5, no fees
  • Wise: Minimum $10, low fees, multiple currencies supported
  • Crypto: Minimum $10, supports USDT (TRC-20/ERC-20), Bitcoin, Ethereum

Website Verification

Verify your website ownership to unlock all features and faster ad approvals.

Verification Methods

Meta Tag Verification

Add the verification meta tag to your website's <head> section:

<meta name="adnesty-verification" content="YOUR_VERIFICATION_CODE" />

File Verification

Upload a verification file to your website root:

  1. Download the verification file from your dashboard
  2. Upload it to https://yourdomain.com/adnesty-verify.txt
  3. Click "Verify" in your dashboard
Once verified, your website will display a verified badge and gain priority ad serving.

Creating Ad Zones

Ad zones are placements on your website where ads will be displayed.

To Create an Ad Zone:

  1. Go to Zones in your publisher dashboard
  2. Click "Create Zone"
  3. Select your verified website
  4. Choose an ad format (Banner, Native, Popunder, etc.)
  5. Configure size and placement options
  6. Copy the embed code and add it to your website

Zone Status

Status Description
Active Zone is serving ads and generating revenue
Pending Zone is under review (usually 24 hours)
Paused Zone is temporarily disabled by you

Ad Formats Overview

Format Description Best For
Banner Traditional display ads in standard IAB sizes Sidebar, header, footer placements
Native Ads that match your site's look and feel In-content, article pages
Popunder Full-page ads in new tab (behind current) High volume traffic, max revenue
Direct Link Single URL redirecting to offers Social traffic, email, apps
Push Browser push notifications Long-term subscriber monetization

Native Ads Integration

Native ads blend seamlessly with your content for higher engagement rates.

<!-- Adnesty Native Ad Zone -->
<div id="adnesty-native-YOUR_ZONE_ID"></div>
<script src="https://adnesty.unityearn.site/api/serve.php?zone=YOUR_ZONE_ID"></script>

Customization

Native ads automatically adapt to your site's styling. For custom styling, add CSS:

.adnesty-native-widget {
    font-family: inherit;
    background: transparent;
}
.adnesty-native-title {
    color: inherit;
}

Popunder Ads Integration

Popunder ads open in a new tab behind the current window. This is our highest-paying format.

<!-- Adnesty Popunder - Place before </body> -->
<script src="https://adnesty.unityearn.site/api/serve.php?zone=YOUR_ZONE_ID"></script>
Popunder is triggered once per user session to avoid annoying visitors.

API Reference

Access our REST API to programmatically manage your account and retrieve data.

Authentication

All API requests require your API key. Find it in Settings > API & Postback.

Authorization: Bearer YOUR_API_KEY

Base URL

https://adnesty.unityearn.site/api/v1/

Endpoints

Endpoint Method Description
/zones GET List all your ad zones
/zones/{id} GET Get zone details
/stats GET Get statistics with optional filters
/stats/daily GET Get daily statistics breakdown
/balance GET Get current balance
/smartlinks GET List all Smart Links

Example Request

curl -X GET "https://adnesty.unityearn.site/api/v1/stats?date_from=2024-01-01&date_to=2024-01-31" \
  -H "Authorization: Bearer YOUR_API_KEY"

Example Response

{
  "success": true,
  "data": {
    "impressions": 125000,
    "clicks": 2500,
    "earnings": 87.50,
    "ctr": 2.0,
    "ecpm": 0.70
  }
}

Postback URL (S2S)

Receive real-time notifications when events occur (conversions, impressions, etc.).

Setting Up Postback

  1. Go to API & Postback in your dashboard
  2. Enter your Postback URL with macros
  3. Save and test with the "Send Test" button

Available Macros

Macro Description
{click_id} Unique click identifier
{zone_id} Ad zone ID
{payout} Earnings amount
{country} Visitor country code
{device} Device type (desktop/mobile/tablet)
{timestamp} Event timestamp

Example Postback URL

https://yourtracker.com/postback?clickid={click_id}&payout={payout}&country={country}

Conversion Tracking (Advertisers)

Track conversions for your advertising campaigns using pixels or S2S postbacks.

Pixel Tracking

Add this pixel to your "Thank You" or conversion page:

<img src="https://adnesty.unityearn.site/api/conversion.php?tracking_id=YOUR_TRACKING_ID&click_id={click_id}" width="1" height="1" />

S2S Postback (Server-to-Server)

Fire this URL from your server when a conversion occurs:

GET https://adnesty.unityearn.site/api/conversion.php?tracking_id=YOUR_TRACKING_ID&click_id=CLICK_ID&payout=AMOUNT

Statistics & Reports

Access detailed analytics in your dashboard with multiple breakdown options.

Available Breakdowns

  • Daily: Day-by-day performance
  • Country: Performance by visitor country
  • Device: Desktop vs Mobile vs Tablet
  • Browser: Chrome, Firefox, Safari, etc.
  • Ad Format: Performance per ad type
  • Domain: Performance per website (for multi-site publishers)

Metrics Explained

Metric Description
Impressions Number of times ads were displayed
Clicks Number of clicks on ads
CTR Click-through rate (clicks/impressions × 100)
eCPM Effective cost per 1000 impressions
Earnings Total revenue generated

Payment Methods

We offer multiple payment options to suit publishers worldwide.

Method Minimum Fee Processing Time
PayPal $5 Free 1-3 business days
Wise $10 Low (varies by currency) 1-2 business days
USDT (TRC-20) $10 Network fee (~$1) Within 24 hours
Bitcoin $10 Network fee Within 24 hours
Ethereum $10 Network fee Within 24 hours

Withdrawals

Request withdrawals once you reach the minimum threshold.

How to Withdraw

  1. Go to Payments in your dashboard
  2. Click "Request Withdrawal"
  3. Enter the amount (or select "Max")
  4. Confirm your payment details
  5. Submit the request

Payment Schedule

Withdrawal requests are processed every Friday. Requests submitted before Thursday will be included in that week's payment run.

Make sure your payment details are correct before requesting a withdrawal to avoid delays.

Referral Program

Earn 5% commission on all earnings from publishers you refer!

How It Works

  1. Get your unique referral link from Referrals page
  2. Share with other publishers
  3. When they sign up and earn, you get 5% of their earnings
  4. Commission is paid for the lifetime of the referred publisher

Your Referral Link

https://adnesty.unityearn.site/auth/register.php?ref=YOUR_USERNAME

Example Earnings

If your referral earns $1,000/month, you receive $50/month - forever!