Home > POP / PPV / Redirect >

A Quick Tip to Boost Your LP CTR and CR (53)


06-22-2011 04:09 PM #1 bbrock32 (Administrator)
A Quick Tip to Boost Your LP CTR and CR

For a long time on PPV I've used intro pops on nearly all my landing pages.

I've found they can make a HUGE impact.

Typical results are campaigns going from breaking even to 30%-50% ROI.

If you dont know what intro pops are , here is a screenshot :



Basically it's an alert box that loads when users enter on the page.

It has 2 basic benefits :

1 - "Presell" the visitor. An exit pop for a free iphone would be :
"Site.com visitor , you have been randomly selected to win an Apple Iphone 4. Read more on the site".

2 - Users are forced to read your message because they can't close the pop without clicking the "Ok" button.

The problem is the no.2 benefit.
Since users cant close the popup immediately , most CPV networks dont allow intro pops.

Despite that , I used to do this for a long time turning on the alert after after approval.
However I got caught a few times and was told that I can't do that anymore or I'll get banned.

So yesterday I started looking for alternatives and found a very cool javascript library that can do some sick stuff.

And the best part it doesn't block users closing the window so it's allowed to use on all CPV networks.

You can get it here , http://codecanyon.net/item/jquery-msgbox/92626 for 5 bucks.

Here are a few screenshots of what it can do :

Alert Box :



Error Box :



Info Box :



Question Box :




And the best is that it comes with an easy code generator so you dont have to code a line.

To make things easier for you I split tested the Alert , Question and Info boxes to see which one did better on my Iphone landing page.

The clear winner was the Info box with a 15% improvement.

Now for you that are curious how did this compare to the real javascript alert , I tested that too.

It performed slightly worse but at least this one is compliant.

So give it a go and let me know how it performs for you.


06-22-2011 04:36 PM #2 jdrmar (Member)

cool cool, call me a wimp but i don't want to stress about getting disapproved/banned after spending the time to get a good campaign going, my hunch is that there's usually something else out there that works AND is compliant. This is is definitely something to check out!


06-22-2011 05:02 PM #3 ppvnewbie (Member)

Cheers, thanks for the reminder. I bought that long time ago but never had the time to look into it more. Thanks again!


06-23-2011 12:15 PM #4 bbrock32 (Administrator)

Yeah , definitively worth the $5 it costs.


06-23-2011 01:57 PM #5 z6marketing (Member)

I snagged a copy of the jQuery scripts last night and needless to say I'm impressed. I have a feeling that library is going to get a lot of use from me. I still can't believe it was so cheap though. Kudos to whoever coded it for not charging more, because he probably could have.


06-23-2011 05:00 PM #6 regan (Member)

You read my mind mate I was looking for this script! thanks again


06-23-2011 07:36 PM #7 joshtodd ()

Awesome! I have been messing with some ways of building these on my own with an image, but this looks way slicker. +thanks


06-23-2011 07:43 PM #8 webbastard (Member)

Would be interesting to see how OS-styled pops might narrow that CVR gap.


06-23-2011 10:50 PM #9 joshtodd ()

Just installed it on my lander, not too difficult. I'll let you know how it works for me.


06-23-2011 11:07 PM #10 jroes57 (Member)

Which package did you guys buy?


06-23-2011 11:18 PM #11 lifepow (Member)

Can this be used on Lead Impact? Would they approve it?


06-23-2011 11:41 PM #12 z6marketing (Member)

I only saw one package. But I may not have been paying enough attention.

I just built a bunch of less than compliant landers for a ppv test I'm doing (ipad2 offers, like our noobs in the contest ;P) and I put these popups on them. They make the lander look a lot better. I was amazed at how nice they look. And they load pretty fast, too.

Not as obnoxious as a javascript alert but I'm guessing it will cause less complaints and (hopefully) keep my landers from getting re-evaluated. Because if that happens, I'm probably not going to have an LI account much longer, haha.


06-24-2011 03:49 AM #13 jdrmar (Member)

Stop messing with the n00bs man, it's hard enough as it is!!

jk


06-24-2011 03:56 AM #14 z6marketing (Member)

Haha I was planning on outlining the whole campaign when I was done. It's all good, man. :P Besides I doubt I'm directly competing with any of you.


06-24-2011 06:49 AM #15 Gonzo (Member)

Anyone mind helping me with some instructions to get this set up?

Usually I can figure it out, but I've been messing with it for a while and trying to teach myself some more javascript from w3schools to help, but still can't get it running right.


06-24-2011 02:25 PM #16 z6marketing (Member)

Copy the files from the archive onto your server - they recommend in the same directory as the page that will use it but realistically you could put it in its own folder and change the url to call it from there. For now just put it in the same folder to make this easier.

In that folder, load up "generator.html" - type in your text and hit the button - it will spit out the code you need to call the popup. Copy and paste that into a text file to save for later.

Now head over to "index.html" and copy the code that goes into the header (its near the top of the page.)

Paste that code into your lander between the <HEAD></HEAD> tags (I like to put it just before the closed tag so its easier to find later.)

Now, if you want your jquery box to pop up when the lander loads, go to the <BODY> tag and change it to <BODY onLoad=""> and between the "" put the code you got from generator.html - this will call the box to pop up on page load.

Now you can get rid of generator.html, index.html and examples.html, and upload your landing page. The popup should show when the page loads.

If that doesn't make sense let me know and I'll make some screenshots or a video or something. It's fairly straight forward.


06-24-2011 02:31 PM #17 bbrock32 (Administrator)

@jons

What problems are you having?

I can help you sort it out.


06-24-2011 02:33 PM #18 Gonzo (Member)

Sweet dude, thanks. I was using the wrong call function in the body, funny something so simple can trip you up like that.

Appreciate the help.

Ya he covered it bbrock32, thanks though....now time to test this out.


06-24-2011 02:58 PM #19 Gonzo (Member)

My only other question would be now that I'm messing around with it is: can you call out user attributes within the message box?

Like calling another javascript function for the user's date, city, or site they came from. Seems like that could be useful.

Also, can you make another popup occur once an action is done. Like when they click the call to action button, you could have another box pop-up saying "You win! Fill in your email to win your prize." Or something to that affect.


06-24-2011 03:11 PM #20 bbrock32 (Administrator)

Yes you can .

To display user's city you would have to include this right after your head tag :


and then put this where you want the city to be displayed :

Code:
<script language="JavaScript" src="http://j.maxmind.com/app/geoip.js"></script>
Code:
<script language="JavaScript">document.write(geoip_city());</script>
To display the date put this :

Code:
var d=new Date();
//day of month
var dt=mydate.getDate()
//month number
var month=mydate.getMonth();
//year
var year=mydate.getFullYear();

// to print the date
document.write(month+"-" + dt +"-"+year);


06-24-2011 03:14 PM #21 Gonzo (Member)

Ya I have those scripts but can't get them to work inside the message box.

I'll keep messing with it and see if I can figure it out now that I know you can do it. Thanks.


06-24-2011 03:26 PM #22 bbrock32 (Administrator)

To display it in the alert box just remove the <script> tags.

So it looks like this :

Code:
<script language="JavaScript">
$.msgbox("Hey " + geoip_city() + " visitor");
</script>


06-24-2011 03:31 PM #23 Gonzo (Member)

haha, awesome. Ya the part I was missing was that you needed to end and then restart the quotes.

Sweet dude thanks.


06-24-2011 05:35 PM #24 z6marketing (Member)

Quote Originally Posted by bbrock32 View Post
To display it in the alert box just remove the <script> tags.

So it looks like this :
Code:
<script language="JavaScript">
$.msgbox("Hey " + geoip_city() + " visitor");
</script>
I can't code for shit so I'm hoping you can help me with this - is there any way to get it so that when you click on the button in the message popup, it redirects to a new website, or better yet opens a page in a new window?

I spent the last hour hacking things together but none of them work. First to get the message to pop up when they click to leave the lander, I put the message code in an onClick= in the a tag. But the problem was the url was being loaded in a new window so it would load the window and change focus and they'd never see the popup.

Next I tried using the example code they give you to do a popup that asks for info and then has an alert afterwards that repeats that info. Instead of the alert code I tried using javascript to open a new window with the url on submit. That didn't work for some reason. I then tried the same thing with jQuery code and again, nothing happened.

I figured maybe it was that I was calling all this from within an a tag, so I tried making it a div with an onClick= but that didn't work either.

Any ideas? If not, no big deal. Figured you'd be the guy to ask around here.


06-24-2011 06:06 PM #25 bbrock32 (Administrator)

So basically you mean when a user clicks "OK" on the alert to be redirected to a new url in a new window?

If this is an intro pop users don't get a chance to see the lp.

If you can give me more details I can certainly help you.


06-24-2011 06:42 PM #26 z6marketing (Member)

When the LP pops, it has a popup message that says basically "You have won an iPad2!" then they click ok, look at the page, and it's a poll. After they click on their selection for the poll I wanted a second popup to say "Thank you for voting! Please enter your email address on the next page to receive your prize." and after they click ok there, I wanted it to pop the new window with the offer.

Problem I'm having is I was doing it like this:

<a href="offer url" target="_blank" onClick="popup message code">

and of course that pops the message - but also pops the new window at the same time, which obscures the original popup and they never see the on-exit message I put in.

I just think adding some instruction before they go to the offer page would raise conversions. I suppose I could do the same with a javascript alert, so it refocuses on the PPV Lander instead of the offer page, but then the offer page might get obscured in the shuffle.

If I'm still not making sense I apologize. I've been cranking out landers for two days and only slept a handful of hours last night.


06-24-2011 06:49 PM #27 bbrock32 (Administrator)

Here ya go

Code:
 <script type="text/javascript" src="javascript/jquery.min.js"></script>
  <link rel="stylesheet" type="text/css" href="javascript/msgbox/jquery.msgbox.css" />
  <script type="text/javascript" src="javascript/msgbox/jquery.msgbox.min.js"></script>
<script>
	function dostuff(){
		$.msgbox('Hey Hey!', {}, function(buttonPressed) {
		  	newwindow=window.open('http://google.com','google','height=1200,width=900');
				if (window.focus) {newwindow.focus()}
		});
	}
	
</script>
</head>

<body>
<a href="#" onclick="dostuff();" style="color:white;font-size:24px;">Click here</a>


06-24-2011 07:40 PM #28 gooddrewman (Member)

I am terrible with code so this is probably a dumb question is there a way to make the text in the message box a link?


06-24-2011 08:11 PM #29 z6marketing (Member)

Quote Originally Posted by bbrock32 View Post
Here ya go

Code:
 <script type="text/javascript" src="javascript/jquery.min.js"></script>
  <link rel="stylesheet" type="text/css" href="javascript/msgbox/jquery.msgbox.css" />
  <script type="text/javascript" src="javascript/msgbox/jquery.msgbox.min.js"></script>
<script>
	function dostuff(){
		$.msgbox('Hey Hey!', {}, function(buttonPressed) {
		  	newwindow=window.open('http://google.com','google','height=1200,width=900');
				if (window.focus) {newwindow.focus()}
		});
	}
	
</script>
</head>

<body>
<a href="#" onclick="dostuff();" style="color:white;font-size:24px;">Click here</a>
Man, you're awesome. Remind me to buy you a drink if I catch you at the next conference.


06-27-2011 05:09 AM #30 max753 (Member)

hey is there anyway some one could get this to work on page load because every time i tried it doesn't work in IE but it works in FF and chrome
i tried putting <body onload="dostuff();"> but this doesn't work in IE so it doesn't work for LI since all the users use IE

any suggestions


11-04-2011 07:46 PM #31 markl (Member)

I could swear I tried that, but thanks so much for your help works as it should. I have been trying for a few hours using various scripts to get the time and date to work but not having any luck.

I hate to keep having to ask for help, but once I get it working I won't need to ask again.


12-21-2011 12:25 AM #32 paycoguy (Member)

Looks interesting. Is this still allowed on TrafficVance?


12-22-2011 11:23 PM #33 successliv (Member)

I'm using this script with the java below and the box pops fine but there is no message. I have sent a support ticket 3 days ago with no response. Any ideas?

Thanks
Mike

<script language="javascript" type="text/javascript">
$(document).ready(function(){
$.msgbox('Congratulations Walmart Visitor! <br/><br/>You have been selected to win a free $1000 Walmart gift card! <br/><br/>Enter your email below and follow the instructions.',{
type : 'info',
buttons : [
{type: 'submit', value:'OK'}
]
});

});
</script>


12-31-2011 06:14 PM #34 successliv (Member)

Any idea whey the text is not showing the the popup. I cannot get a response from the programer.

Thanks


01-01-2012 03:46 AM #35 alpha matt (Member)

Have you checked if Javascript/Popups are enabled on the browser?


01-04-2012 07:10 PM #36 presfox (Member)

Does anyone know how to make sure the black fade does not appear? Thats what LI is falling over, without it, its allowed and fine


01-07-2012 06:37 AM #37 Kapies (Member)

Whoa, I downloaded this and I tweaked it! I added color to the text , bold, I changed the default images to a animated gif. CTR+ !


01-12-2012 08:08 PM #38 Kapies (Member)

Quote Originally Posted by bbrock32 View Post
For a long time on PPV I've used intro pops on nearly all my landing pages.

I've found they can make a HUGE impact.

Typical results are campaigns going from breaking even to 30%-50% ROI.

If you dont know what intro pops are , here is a screenshot :



Basically it's an alert box that loads when users enter on the page.

It has 2 basic benefits :

1 - "Presell" the visitor. An exit pop for a free iphone would be :
"Site.com visitor , you have been randomly selected to win an Apple Iphone 4. Read more on the site".

2 - Users are forced to read your message because they can't close the pop without clicking the "Ok" button.

The problem is the no.2 benefit.
Since users cant close the popup immediately , most CPV networks dont allow intro pops.

Despite that , I used to do this for a long time turning on the alert after after approval.
However I got caught a few times and was told that I can't do that anymore or I'll get banned.

So yesterday I started looking for alternatives and found a very cool javascript library that can do some sick stuff.

And the best part it doesn't block users closing the window so it's allowed to use on all CPV networks.

You can get it here , http://codecanyon.net/item/jquery-msgbox/92626 for 5 bucks.

Here are a few screenshots of what it can do :

Alert Box :



Error Box :



Info Box :



Question Box :




And the best is that it comes with an easy code generator so you dont have to code a line.

To make things easier for you I split tested the Alert , Question and Info boxes to see which one did better on my Iphone landing page.

The clear winner was the Info box with a 15% improvement.

Now for you that are curious how did this compare to the real javascript alert , I tested that too.

It performed slightly worse but at least this one is compliant.

So give it a go and let me know how it performs for you.
If many of you have tried to add sound to your page and this modal is blocking the user from using the (audio player controls) - LI will reject it
Fix: Open up jquery.msgbox.js , and set Modal:true to Modal:false, good to go!


01-12-2012 09:15 PM #39 dconstrukt (Member)

awesome share.... so it shouldn't have any issues getting approvals cuz its not interfering with the user exiting the page eh?


01-30-2012 12:30 AM #40 ianz63 (Member)

How can I get this script to go to my offer when the "ok" button is clicked? Users shouldn't have to click OK and then click on my CTA to get to the offer.


02-10-2012 08:49 PM #41 Durden (Member)

A simple and very simple trick:
Instead of the default icons, try to add a Facebook proven picture and see your CR skyrock.
If you push credit offers, split test a few financial trust icons!


03-09-2012 12:06 AM #42 tonyt2929 (Member)

Anybody know why after placing the Script for the jquery the COUNTDOWN TIMER doesn't work? been at it for a while and can't figure out :-( Anybody?


03-09-2012 03:02 PM #43 bbrock32 (Administrator)

Hmm , have you tried putting this after the countdown script ?


05-14-2012 12:05 AM #44 rsbrauer (Member)

Quote Originally Posted by z6marketing View Post
Copy the files from the archive onto your server - they recommend in the same directory as the page that will use it but realistically you could put it in its own folder and change the url to call it from there. For now just put it in the same folder to make this easier.

In that folder, load up "generator.html" - type in your text and hit the button - it will spit out the code you need to call the popup. Copy and paste that into a text file to save for later.

Now head over to "index.html" and copy the code that goes into the header (its near the top of the page.)

Paste that code into your lander between the <HEAD></HEAD> tags (I like to put it just before the closed tag so its easier to find later.)

Now, if you want your jquery box to pop up when the lander loads, go to the <BODY> tag and change it to <BODY onLoad=""> and between the "" put the code you got from generator.html - this will call the box to pop up on page load.

Now you can get rid of generator.html, index.html and examples.html, and upload your landing page. The popup should show when the page loads.

If that doesn't make sense let me know and I'll make some screenshots or a video or something. It's fairly straight forward.
Hey man, could you post a video of this? I'm friggin retarded when it comes to javascript. :-)

Thanks in advance...


05-17-2012 10:00 PM #45 mwhiz (Member)

Quote Originally Posted by bbrock32 View Post
Here ya go

Code:
 <script type="text/javascript" src="javascript/jquery.min.js"></script>
  <link rel="stylesheet" type="text/css" href="javascript/msgbox/jquery.msgbox.css" />
  <script type="text/javascript" src="javascript/msgbox/jquery.msgbox.min.js"></script>
<script>
	function dostuff(){
		$.msgbox('Hey Hey!', {}, function(buttonPressed) {
		  	newwindow=window.open('http://google.com','google','height=1200,width=900');
				if (window.focus) {newwindow.focus()}
		});
	}
	
</script>
</head>

<body>
<a href="#" onclick="dostuff();" style="color:white;font-size:24px;">Click here</a>
I have been trying to get this to work, but when I use the above code as-is...nothing happens.

Where do I insert the code that I create using the jquery msgbox generator?

For example, if my code is:

$.msgbox('Hey Hey!',{
buttons : [
{type: 'submit', value:'OK'}
]
});

...where how would I incorporate that into your code so the after the visitor clicks the "OK" button, they are then redirected to the offer URL?

Basically, the process I am going for looks like this:

jquery pop message> click > redirect to offer

I hope that makes sense.


06-10-2012 06:47 PM #46 thefaizan (Member)

Ok guyzz.. I've resolved the issue of of using this jquery script with alert box script. Since, I'm a programmer so, it wasn't a difficult task for me. What you have to do this is put this javascript before closing the </head> tag

This one:

<script type="text/javascript">
function func1() {

// Your generated jquery code using the script generator goes here

}

// count down script, if you tend to use it

var sec = 23; // set the seconds
var min = 04; // set the minutes

function countDown() {
sec--;
if (sec == -01) {
sec = 59;
min = min - 1; }
else {
min = min; }

if (sec<=9) { sec = "0" + sec; }

time = (min<=9 ? "Offer expires in: 0" + min : min) + " min and " + sec + " sec ";

if (document.getElementById) { document.getElementById('theTime').innerHTML = time; }

SD=window.setTimeout("countDown();", 1000);
if (min == '00' && sec == '00') { sec = "00"; window.clearTimeout(SD); }
}

function addLoadEvent(func) {
var oldonload = window.onload;
if (typeof window.onload != 'function') {
window.onload = func;
} else {
window.onload = function() {
if (oldonload) {
oldonload();
}
func();
}
}
}

addLoadEvent(func1);
addLoadEvent(countDown);


</script>



It will work like a charm without any issue. I've tested it myself Let me know if you have any other issue


Cheers


06-12-2012 05:22 PM #47 mateen_shauket (Member)

Nice Tactics..!


06-19-2012 03:01 PM #48 infinity (Member)

hmm do you think it would be effective for financial products?


06-19-2012 05:11 PM #49 mixteral (Member)

Not sure, it'd look like "You Won lottery today" - kind of amateurish for loan offers IMO


06-20-2012 09:53 AM #50 infinity (Member)

Quote Originally Posted by mixteral View Post
Not sure, it'd look like "You Won lottery today" - kind of amateurish for loan offers IMO
Exactly! That's what I've been afraid of


09-28-2014 10:16 AM #51 dvir0776 (Member)

mm is it still relevent today? and does it load fine on mobile devices from your experience?


07-17-2015 03:17 PM #52 cz_voyager (Member)

Hi bbrock32!

Do you know if this is allowed on ExoClick? I've just noticed "Popunder campaigns can not use any type of JavaScript forcing to pop over the active page." in their advertisers' terms.

I'm tempted to try it but don't want to get banned. Thanks!


11-19-2018 09:37 PM #53 Phoneix (Member)

very old post....


Home > POP / PPV / Redirect >