Questions on testing different landing pages

7 replies
so on a domain, let's say I wanted to promote free iphone offer and want to test out 3 different landing pages.

I put all images on images folder and name each lp as index.html, index1.html, index2.html? or how do I do this?
#landing #pages #questions
  • Profile picture of the author seregap
    yes, you put a rotator script on your index.php and lp1 on index1, lp2 on index2, etc. then link your traffic source to your index.php
    {{ DiscussionBoard.errors[7561076].message }}
    • Profile picture of the author alchebank
      Originally Posted by seregap View Post

      yes, you put a rotator script on your index.php and lp1 on index1, lp2 on index2, etc. then link your traffic source to your index.php
      Follow this

      You can get links from Prosper202 and write rotate php file.

      For example,

      <?

      $keyword = $_GET['keyword'];

      $redirect[0] = 'http://abc.com/index1.php?t202id=2143&t202kw='.$keyword;
      $redirect[1] = 'http://abc.com/index2.php?t202id=2143&t202kw='.$keyword;
      $redirect[2] = 'http://abc.com/index3.php?t202id=2143&t202kw='.$keyword;
      $redirect[3] = 'http://abc.com/index4.php?t202id=2143&t202kw='.$keyword;
      $number = mt_rand(0,3);

      header("Location:$redirect[$number]");

      ?>

      Links in $redirect[xxx], you can get from Prosper202
      {{ DiscussionBoard.errors[7568434].message }}
  • Profile picture of the author Gordon P
    Just setup a new domain for the tracking. At this space you can install propser202 Prosper202 Self Hosted Apps
    They also have a script to rotate your LPs Prosper202 Self Hosted Apps
    {{ DiscussionBoard.errors[7561115].message }}
  • Profile picture of the author Greedy
    Originally Posted by Dunhill View Post

    so on a domain, let's say I wanted to promote free iphone offer and want to test out 3 different landing pages.

    I put all images on images folder and name each lp as index.html, index1.html, index2.html? or how do I do this?
    Yes this will work.
    {{ DiscussionBoard.errors[7563136].message }}
  • Profile picture of the author ChrisBa
    Originally Posted by Dunhill View Post

    so on a domain, let's say I wanted to promote free iphone offer and want to test out 3 different landing pages.

    I put all images on images folder and name each lp as index.html, index1.html, index2.html? or how do I do this?
    You can certainly do this and then just add a landing page rotator
    {{ DiscussionBoard.errors[7567813].message }}
  • Profile picture of the author cup243
    man I don't think you can make money with stupid free iphone offers, people is used to that, nobody cares. just my opinion.
    {{ DiscussionBoard.errors[7568463].message }}

Trending Topics