Every smart affiliate marketer knows that they need to stay on top of the latest tricks in order to skyrocket the ROI of their campaigns. One of the best tricks known right now is creating the back button redirect script.
Using the back button redirect will help you to squeeze out every penny of profit from your campaigns, and depending on the offer created, you could increase your ROI up to 30%!
So how exactly do you create a back button redirect html without making a mistake that could cost you both time and money?
Keep on reading to learn how to create the most epic redirect button that will boost your profits and have you smiling all the way to the bank.
What Is a Back Button Redirect?
You know those moments, you are scrolling the internet looking for a specific product then you find something uninteresting, so you press the “back” button on your browser to get back to the previous page.
In any normal situation, your browser would bring you back to where you were before that uninteresting page.
However, with back button redirect the browser’s history has been re-written with a URL of your choice such as your landing page. Now, when someone presses that back button, they are now redirected forward to your choice of URL instead of their previous history.
Pretty cool, hey? This gives you another chance to present another opportunity to that user such as:
- Your own resource
- The same offer
- Redirect them to a Smart Link
- A different offer combination on another landing page
- A different offer altogether
There are many combinations you can choose to use, run an A/B test to see which redirect button is working the best for you. One technique that works well is redirecting to an anti-virus landing page from a sweepstakes page.
How To Create the Back Button Redirect HTML
Thankfully, you do not have to speak the full language of code in order to apply the back button redirect technique. The script is written in JavaScript and can be easily included in the body of your HTML.
Step 1
Copy this code:
<script>
history.pushState(null, null, document.location);
window.addEventListener('popstate', function () {
window.location="https://www.yourtargeturl.com";
});
</script>
Step 2
Place it in the header of your page, BEFORE the </body>tag and the </head>tag.
Step 3
Replace https://www.yourtargeturl.com with the URL where you want to send them to.
You’re done!
Sometimes pages can take a while to load, causing the visitor to lose interest and bounce. Prevent this from happening by adding it into the header of your landing page so that it loads as early as possible.
Track the Progress
In order to see how your back button redirect HTML is doing, you need to track it properly. Use trackers such as Voluum, RedTrack, or Binom to track it like a boss.
Make sure you are creating a separate campaign altogether and redirecting the traffic to that. Otherwise, the traffic numbers may duplicate and your CTR’s will become way too high.
Now you can see which amount of visitors leaves from the back button and the profits that it has made you.
Use Caution
While this may seem like a scam to you at first, there are some ways to avoid that from happening.
First off, do not add a chain of redirects. This is when there are numerous back buttons following each other, and this can get you penalized on some traffic networks. Especially avoid this at all costs with Google Adwords and Facebook.
If you want to improve your user retention on a specific website, do not use this technique on that website as it is not user-friendly.
Take advantage of the back button technique while you can, you never know what changes are around the corner in your traffic network.
Learn More Awesome Techniques Like This
By using the back button redirect html properly, you are well on your way to convincing a visitor to take action, in turn bringing you a better ROI. Make sure you measure and track your progress, so you can see how well it worked for you.
July 2019 Update: This script seems to have stopped working on Chrome Mobile browser.
Let ROI Be With You!