For those of you that know me you know I’m a firm believer in split testing everything. If you’re not split testing you’re not working. You should be split testing networks with the same offer. Split testing offers. Split testing add copy. Split testing headlines. Split testing images. Etc, etc etc.
I highly suggest if you’re not split testing START now. Chances are you’re losing money. Some times and offer starts converting less or breaks for some reason. You’ll want to start split testing it vs. another similar offer.
I had a couple affiliates ask me for a small script to do this testing. So here you go:
<?php
$links = array(’http://www.affiliatelink1.com’,'http://www.affiliatelink2.com’);
$link = $links[array_rand($links)];
echo “<meta http-equiv=’refresh’ content=’0;url=$link’/>”;
?>
What you’ll want to do is save this to a file called mylink.php or something similar. Then upload it to your server in one of the public html directories where you’d put a landing page or something similar. Then on your landing page or your link in your ppc platform you’ll want to make it look like this.
http://www.yourdomain.com/dirlocation/mylink.php
or in a landing page
<a href=”http://www.yourdomain.com/dirlocation/mylink.php”>Link Text</a>
And this will rotate fairly evenly between your two links. Then track in your affiliate interface click to conversions and see what offer is performing more highly and move to it.
Hope this helps you put more cash in your pocket.
Success,
Jason Akatiff aka Smaxor
President, Ads4Dough.com