URL Rotators

dotcomstrategy

New member
Jan 23, 2011
11
0
0
I need to find a good url rotator so I can test different offers.

I know nothing about scripts or coding...I simply want to be able to add my affiliate links for offer a, b, and c into a url rotator and then get 1 functioning url that will rotate the different offers so I can test conversions.

Anyone know of anything like this?

I really need some help figuring this out! thanks guys!
 


offer rotators went out of style back in '99. you're late bro. just quit while you're ahead.
 
<--- 202newb question. Can prosper202 do LP rotation as well, or just offer rotation?
 
This one actually works.

<?

$c1 = $_GET['c1'];
$c2 = $_GET['c2'];
$c3 = $_GET['c3'];
$c4 = $_GET['c4'];
$t202kw = $_GET['t202kw'];

//links go here
$landingpage[1] = 'http://tracker.com/tracking202/redirect/dl.php?t202id=ID HERE&c1='.$c1.'&c2='.$c2.'&c3='.$c3.'&c4='.$c4.'&t202kw='.$t202kw;
$landingpage[2] = 'http://tracker.com/tracking202/redirect/dl.php?t202id=ID HERE&c1='.$c1.'&c2='.$c2.'&c3='.$c3.'&c4='.$c4.'&t202kw='.$t202kw;

$lpNumber = rand(1,count($landingpage));

header('Location:'.$landingpage[$lpNumber]);

//terminate script
die();

?>
 
A url rotator is software that picks an URL from a list either randomly or based on priority rules and displays it to the many others visitors. Url Rotators are very useful when you want to promote multiple websites using a single URL. A sophisticated URL rotator will not only be able to rotate your sites randomly, but also assign priorities and track statistics.