TaAaZZ28
Regular Member
- Aug 31, 2014
- 259
- 116
Hello,
I missed out on over $5000 since I started because I didn't do this. You need to optimize your landing pages with different lockers in order to make the best possible revenue.
I was using a single network (OGAds) which is great for mobile CPI offers but not so effective when it comes to desktop offers, on the other hand, another network (CPAGrip) works great for desktop traffic but lacks CPI offers which convert better with mobile traffic.
My website receives around 80% mobile traffic and 20% desktop traffic. I made the mistake of ignoring this 20% and focussing on only 80% with OGAds.
The day before yesterday I looked into the various stats and found my desktop traffic to be underperforming. With over 1000 clicks, only 9$ revenue (This is mixed traffic, 34% US).
Many of you already do this but I couldn't find the solution easily so here it is.
You need to make a Desktop Locker page (Or you can use a direct locker link) and a page for redirection.
Redirection Code
You upload this page to your root folder with 'verify.html' name. We assume the link to be domain.com/verify.html
Desktop Locker
You can use direct locker link or make this page for lockers which load using the onClick function. You upload this to root folder with 'desktoplocker.html' name.
Then you make changes to your existing landing pages, where you directly link the domain.com/verify.html page on your call to action button (ie Verify Human Verification, Complete Survey etc)
Results on Desktop Locker

Hope this helped. It's a really simple piece of code but really effective.
I missed out on over $5000 since I started because I didn't do this. You need to optimize your landing pages with different lockers in order to make the best possible revenue.
I was using a single network (OGAds) which is great for mobile CPI offers but not so effective when it comes to desktop offers, on the other hand, another network (CPAGrip) works great for desktop traffic but lacks CPI offers which convert better with mobile traffic.
My website receives around 80% mobile traffic and 20% desktop traffic. I made the mistake of ignoring this 20% and focussing on only 80% with OGAds.
The day before yesterday I looked into the various stats and found my desktop traffic to be underperforming. With over 1000 clicks, only 9$ revenue (This is mixed traffic, 34% US).
Many of you already do this but I couldn't find the solution easily so here it is.
You need to make a Desktop Locker page (Or you can use a direct locker link) and a page for redirection.
Redirection Code
You upload this page to your root folder with 'verify.html' name. We assume the link to be domain.com/verify.html
HTML:
<html>
<head>
<title>
Human Verification
</title>
<script type="text/javascript">
<!--
if (screen.width >= 800) {
window.location = "http://domain.com/desktoplocker.html"; // Desktop Locker Link / Page
} else {
window.location = "https://www.MOBILELOCKERLINK.com/cl.php?id=8f8639e8074abd89837e4240"; // Mobile Locker Link / Page
}
// Credits @ TaAaZZ
</script>
</head>
<body>
</body>
</html>
Desktop Locker
You can use direct locker link or make this page for lockers which load using the onClick function. You upload this to root folder with 'desktoplocker.html' name.
Code:
<html>
<head>
<title>
Human Verification
</title>
<script type="text/javascript" src="https://bitrackes.com/script_include.php?id=58XX8">
// Desktop Locker Include Link
</script>
</head>
<body onload="call_locker();" style="background:url('https://i.imgur.com/DylSUHt.png')">
</body>
</html>
Then you make changes to your existing landing pages, where you directly link the domain.com/verify.html page on your call to action button (ie Verify Human Verification, Complete Survey etc)
Results on Desktop Locker
Hope this helped. It's a really simple piece of code but really effective.