I am seeking a script that I can install on my web site that will capture the people leaving my web site without purchasing and pop up with a promotional offer? I am wanting to try and convert some of my leaving, non paying, visitors into some conversions.
Please let me know. Also, I am looking for the script to be nulled or free.
If you are using WordPress CMS there are a few snappy options that work very well.
(not totally free, but will help make you more money through higher conversions)
Code:
1 - http://www.popupdomination.com/live/
2 - http://wpleadrocket.com/
(no affiliation)
1 - Great for a better user experience to get the lead conversion before they are ready to leave the page.
2 - Highly customizable to be used as a landing page or exit page.
Both offer HIGH conversions if the copy is written well.
On any site, WP or HTML, a simple javascript exit splash message and exit splash page can be used.
It's free, simple, and fast.
However some feel that it is not the best user experience to force someone to stay on a page after they decided to leave.
Simply design your landing/exit pages to offer the discount or collect the lead.
Then write the exit message, and finish the exit pop-up.
This is the basic code, which should be customized to your application:
Code:
<script language="javascript" type="text/javascript">
var exitsplashmessage = "Wait! Before You Go- I Want To Give You An Amazing Discount Offer! Check Out This 50% Off Discount On Your Favorite Widget";
var exitsplashpage = 'http://your-website.com/the-special-offer-or-discount-page/';
</script>
Using the javascript or WP options, it is easy to create many different pop-ups or landing pages for
testing to find what works for you to get the highest conversions.