Split testing software for FB campaign

Status
Not open for further replies.

Acidice

Banned
Jun 25, 2007
43
0
0
Hey guys,

I intend on starting a Facebook campaign and my sites are already finished. However I'd like to be able to tweak my sites and do split tests and see which split test page layout generates more leads to a particular CPA sub id.

In other words split test layout 1 goes to one CPA sub id and split test layout 2 goes to another CPA sub id and then I cam determine which one converts better and generates more revenue.
 


Yes this should be easy to do, you could do it this way. Make 2 different LP index.htm index2.htm or whatever and point your facebook AD at some php redirect script and have it choose randomly between the two pages. I've used this scrpit to do it in the past:

<?php
if(rand(0,1) == 0) {
header("Location: http://www.example.com/split1");
} else {
header("Location: http://www.example.com/split2");
}
?>
 
Are there any advanced software packages available for stuff like this? Do you think I should use them?

What about google website optimizer? They only thing I don't like able it is that the conversion option doesn't let me hit a particular CPA subid to see what page actually generates me more revenue .
 
Are there any advanced software packages available for stuff like this? Do you think I should use them?

What about google website optimizer? They only thing I don't like able it is that the conversion option doesn't let me hit a particular CPA subid to see what page actually generates me more revenue .
Never give google any more information than you have to.
If you're thinking conversion tracking, ask yourself how much you want the company that determines how much you pay per click to know what your best converting keywords are?
What about one that offers keyword suggestions to competitors?
</tinfoilhat>
 
Never give google any more information than you have to.
If you're thinking conversion tracking, ask yourself how much you want the company that determines how much you pay per click to know what your best converting keywords are?
What about one that offers keyword suggestions to competitors?
</tinfoilhat>

Well I wasn't going to buy from Google. But.....you made a very good point</tinfoilhat>
 
Are there any advanced software packages available for stuff like this? Do you think I should use them?

What about google website optimizer? They only thing I don't like able it is that the conversion option doesn't let me hit a particular CPA subid to see what page actually generates me more revenue .

I'm not sure what you are asking, you want some fancy program to do something very simple? If each page links to the offer through a different sub id you will certainly be able to see which LP can generate more revenue by looking at the stats of those sub ids.
 
I'm basically looking for a fancy pants program that is smart enough to monitor the sales on each sub id of my CPA account and determine automatically which page gave better results and perhaps even "set" itself to the better converting page.

Though I suppose it wouldn't be that hard for me to login and do this all by hand.
 
Status
Not open for further replies.