Looking for AB split testing recomendation

Discussion in 'Affiliate Programs' started by garyfugere, Oct 11, 2006.

  1. #1
    I have a landing page that is underperforming and I'm about to invest in AB split testing software (or a service) Anybody got a recommendation?
     
    garyfugere, Oct 11, 2006 IP
  2. seedybee68

    seedybee68 Guest

    Messages:
    70
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You dont need software. You need a bit of php or asp and 2 adsense channels. Just drop the following php code in your page after placing the adsense codes for the two channels in the 'echo' commands. You will need to edit the adsense codes ever so slightly, replacing all instances of " (speech marks) with ' (posessive apostrophe).

    <?php
    $x = rand(1,2);

    if ($x == 1){
    echo ("a");
    // channel a code goes between brackets above
    }
    else if($x == 2){
    echo ("b");
    // channel b goes between brackets above
    }
    ?>

    Hope this helps
    Chris
     
    seedybee68, Nov 20, 2006 IP