The Most Active and Friendliest
Affiliate Marketing Community Online!

“AdsEmpire”/  Direct Affiliate
Affilight

Official Affilight

Hello everyone!

Check this case from our publisher.

payments.jpg


Join us now.
 
Hello everyone!
Payment methods:


Webmoney - min 10$
Paypal - min 50$
Payoneer - min 50$
Capitalist - min 0$
Wire - min 1000$
Bitcoin - min 1000$

payments.jpg


Weekly and daily payments are also available.
 
Hello everyone!

Now let's discuss our terms and benefits. In addition to a dedicated account manager and close attention to the specifics of your traffic source, Affilight offers you the following advantages:

- High payment flexibility with a default of Net15. Terms may be adjusted up to Net7 since we place a high value on clients with consistent traffic volume and quality.
- Our smartlink soft has global reach. It has different options for over 190 GEOs plus worldwide solutions. You may rest assured that there won't be any empty spaces thanks to our inventory. Any unique visitor, independent of GEO, OS, browser, or device, will see an appropriate advertisement.
- We accept Web Money, Pay Pal, Payoneer, Bitcoin, ePayments, Ecoin, Epese, and Swift as withdrawal methods. PayPal has a $50 minimum payout; alternative payment methods are discussed privately.
- Adaptable pricing structures: CPA, CPM, and rev-share up to 80%.
-5% of the turnover of your referrals as a commission.
- Trafficback and adjustable ad configurations. Assurance of optimization based on the particular characteristics of your traffic.

Join Affilight now!
 
Hello everyone!
Our network specializes in delivering ads on mobile devices and has a wide range of integration options. Namely, there are a Smartlink, a Wordpress plugin, and a JavaScript tag. We work with advertisers interested in mobile traffic only, so you get the most suitable offers.

Affilight is a perfect solution to monetize:
  • mobile apps and games
  • websites with a high % of mobile traffic
Join us now.
 
Hello everyone!

Sell traffic on your own terms.
Do you want to increase your revenue or test our network? We suggest you a simple way. Set up triggers to fire an Affilight's ad code for a certain minimum price. Other users don't see ads at all or see any other script you choose.
If you work with more than one network, you will get additional income. If you work with Affilight only, you will be able to set a minimum bid for your traffic.

Your price — your rules!
 
Hello everyone!

Are you a DSP advertiser with amazing video ads? Our affiliate network Affiliate is looking to collaborate with you!

Our network is fully equipped to handle video ads and we have an extensive publisher base that is perfect for running your campaigns. Our team of experienced account managers will work closely with you to ensure that your ads are placed in front of the right audience, resulting in higher engagement and increased conversions.

If you're interested in learning more about how we can work together, please don't hesitate to contact us. We would be happy to discuss all the details and answer any questions you may have.

Join us now.
 
Hello everyone!
Our advantages:

Flexible pricing models
CPM, CPA and rev-share up to 80%

Global coverage
190+ countries
and a lot of international offers

Referral program
Get a referral income of 5% for a lifetime

Unrivaled Support
Personal approach and attention to details

Carefully selected offers
We offer only safe ads to your attention

Join Affilight now!
 
Greetings all!
Seeking traffic and publishers, ready to provide prime conditions:

- Buying traffic on mutually agreed terms.
- Weekly and daily, advanced payments for traffic.
- Offers including PopUps, Direct Links.
- Set CPM/CPC/CPA rates.
- Google-safe ads, guaranteed 100%.
- Payment methods: Tether/USDT, PayPal, Payoneer, Webmoney, Capitalist, Bank Wire.

Hurry, special offer is limited. Secure your spot now!
 
Hello everyone!

What is smartlink and how to use it?
The smartlink of affilight.com can help you to monetize your sites, blogs or mobile apps. The smartlink automatically shows the most effective offers. It helps to save your time, get better CPM and ensures that your users will see relevant ads. To create your first smartlink, you should:

- Open the 'Ad placement' tab
- Click 'New ad placement' button
- Fill in all necessary fields
- Click 'Save' button
- Copy the link and publish it on your sites, blogs, etc

Join us now.
 
Hello everyone!

These are the most frequently asked questions we're asked from the newcomers:

- What traffic do you accept?
We accept any kind of non-incent mobile traffic.
- How often are my stat updated?
For ad placement stat updated every 10 minutes.
- How much will I earn in your program?
There is no answer for that question. It depends on you mostly. But anytime you can ask our support team for average CPM for your geo.

Join Affilight now!
 
How to start?

Here's the basic info:
1. Register on our platform.
2. Our managers shall contact you via email, you've used to register.
3. Answer a few questions from your supporting manager.
4. Voila, start making money!

Join us now!
 
Hey folks!

Are you looking to optimize your mobile website and boost your conversion rates? Then you may want to consider implementing adaptive banners that are optimized for both desktop and mobile devices.

Adaptive banners, like responsive design, consider the screen size, ad width, and aspect ratio of all available ads. This approach allows you to display larger banners for desktop users while also adding smaller banners for mobile users.

If you're curious about how to create adaptive banners and integrate them into your website, our blog post offers step-by-step instructions and helpful screenshots to guide you through the process.

Should you encounter any questions or issues, please don't hesitate to contact our support team for assistance.
 
Hello everyone!

banner-11-1.jpg



Are you looking for an efficient way to work with statistics for your ad campaigns? Third-party tools can come in handy, especially for analytics, notifications, or data transfer to a third party without granting access to your personal account.

With Affilight's API, you can easily access your campaign statistics, including information about earnings, clicks, impressions, and more. All API server responses come in JSON format, with error codes passed in the status of the HTTP request response. It's important to note that our API only supports the GET method.

To get started with the API, simply ask your manager for the endpoint link. It is on it that a request for obtaining data will be sent. You'll also need to follow our instruction, which provide detailed information about connecting statistics, obtaining a list of OS, and restoring your balance.

Our instruction will help you navigate the process of integrating statistics via our API, even if you don't have extensive experience working with APIs. However, if you encounter any difficulties, our managers or technical support team are always available to assist you.

Join Affilight now!
 

Directlink: Advanced Ways of Substituting the Page Title into the Variable q​


frame-5-1024x576.png



The q parameter must be added to the code for a site. Through keyword substitution, you can dynamically pass values in the q parameter.
Let's use JavaScript as an example. This will read the values <title> tag and the title meta tag.
To substitute keywords in a directink, place JavaScript before the closing </head> tag.

<script> (function() { function run() { var className = ''; var suffix = className ? '.' + className : ''; var template = '{QUERY}'; var aels = document.querySelectorAll('a' + suffix + ', button' + suffix); var tel = document.querySelector('title'); var mel = document.querySelector('meta[name="og:title"]'); var keyword = (mel && mel.getAttribute('content')) || tel.innerHTML || document.title || ''; window.__bd_keyword = window.__bd_query = keyword; var arr = [].slice.call(aels); for (var i = 0; i < arr.length; i++) { var ael = arr; var newHref = (ael.getAttribute('href') || '').replace(template, encodeURIComponent(keyword)); var newOnclick = (ael.getAttribute('onclick') || '').replace(template, encodeURIComponent(keyword)); ael.setAttribute('onclick', newOnclick); ael.setAttribute('href', newHref); } } if (window.document.readyState === 'interactive' || window.document.readyState === 'complete') { return run(); } else { window.document.addEventListener('DOMContentLoaded', run); } })(); </script>
Place the ad code according to the procedure we described in this guide:
<a href="http://example.com/r/?token=86985c2e6524f2e3de83ac75975c39c85bbd2b6d&q={QUERY}" target="_blank"><img src="https://i.ibb.co/3BN3yTx/Download-Button-PNG-Photo.png" alt="Download-Button" border="0" width="250"></a>

Note: the directlink must end with the q={QUERY} parameter.
The value of the q parameter is case sensitive: {QUERY} must be specified in capital letters. If you set parameters as {Query} or {query}, keyword substitution will not work.
 
Hello everyone!
Here's the basic info about the payment methods we provide:


Webmoney - min 10$
Paypal - min 50$
Payoneer - min 50$
Capitalist - min 0$
Wire - min 1000$
Bitcoin - min 1000$

For more info please contact our support managers.

Join Affilight and earn money with us!
 
Hello everyone!

A quick reminder :)

We do offer:
- Weekly and everyday payments, also, we may prepay your traffic.
- Exclusive Windows installer with worldwide monetizing.
- Fixed CPM/CPC/CPI rates, daily fixed rates.

Our product has regular updates, the latest versions are always here.
We can buy traffic, according your terms and conditions.

Join Affilight now!
 
Hello everyone!
Our advantages:

Flexible pricing models
CPM, CPA and rev-share up to 80%

Global coverage
190+ countries
and a lot of international offers

Referral program
Get a referral income of 5% for a lifetime

Unrivaled Support
Personal approach and attention to details

Carefully selected offers
We offer only safe ads to your attention

Join Affilight now!
 
Greetings all!
Seeking traffic and publishers, ready to provide prime conditions:

- Buying traffic on mutually agreed terms.
- Weekly and daily, advanced payments for traffic.
- Offers including PopUps, Direct Links.
- Set CPM/CPC/CPA rates.
- Google-safe ads, guaranteed 100%.
- Payment methods: Tether/USDT, PayPal, Payoneer, Webmoney, Capitalist, Bank Wire.

Hurry, special offer is limited. Secure your spot now!
 
banners
Back