![]() | | ||||||||
| | #1 |
| Banned Join Date: Feb 2012
Posts: 97
Thanks: 15
Thanked 23 Times in 16 Posts
|
Hi, I've been browsing Google about CPA Marketing and read some blogs and it says offer rotation is great when it comes to split-testing to determine which offer coverts the best. My question is how will I rotate offers? As of now I'm testing 1 offer with 2 different landing pages. My traffic source is FB Adverts and I've been also split-testing my ads. How will I apply offer rotation? Or how will I do offer rotation? Does it meaning changing the links on my landing page with different offer on the same niche? EDIT: If I have to rotate offers, do I need to change landing page too? Thanks, Simon |
| | |
| | #2 | |
| Custom Join Date: Oct 2007 Location: California
Posts: 837
Thanks: 3
Thanked 139 Times in 92 Posts
|
You split test offers the same way you split test everything else, with software like Google Website Optimizer, Prosper202, or simple PHP code and subids. Quote:
Code: <?php
num = rand(0,1);
if( num == 0{
header("Location: http://offer1.com");
} else {
header("Location: http://offer2.com");
}
?> | |
| | ||
| | |
| | #3 |
| Banned Join Date: Feb 2012
Posts: 97
Thanks: 15
Thanked 23 Times in 16 Posts
|
Thanks mate. Gonna try it now.
|
| | |
![]() |
|
| Tags |
| offer, rotation, works |
| Thread Tools | |
| |
![]() |