I am trying to set up a script that rotates between advanced landing pages in prosper 202 and having one hell of a time doing it. What I need is very simple - a script that can rotate between advanced landing pages but also pass along the 'kw=' variable. The 'kw=' variable is essential since I use it to track my ad and demographic, e.g. ww w.mydomain.com?t202id=1515&kw=Ad-5_females_ages18-24
I have found two resources:
1. Straight from the p202 website:
Prosper202 Self Hosted Apps
2. This just explains the p202 script a little better:
How To Split-Test Landing Pages with Tracking202 : PROFITAPOLIS
I finally got this script to work, however, it does not quite suit my needs. The URL has to be exactly same for each landing page since they all have to be in the same directory -- so, let's say I am testing a 3 diff. landing pages a review site, a flog, and a farticle/faper. If the respective URLS are:
www.topdietproducts2009.com
www.Jasonsrippedblog.com
www.ConsumerHealthTipsMonthly.com
I cannot redirect to that url, since the rotate.php files needs to be in the same directory as all the landing pages. I need to choose one url - which is no good! So instead of the user being rotated to all the different URLS, I would have to pick one:
Say I picked www.Jasonsrippedblog.com as my directory. All three URLs would something like:
When people see the Jason's Ripped Blog landing page, the URL would read: Jasonsrippedblog.com/rotate.php?t202id=8144&t202kw=
When people see the Top Diet Products 2009 landing page, the would still read: Jasonsrippedblog.com/rotate.php?t202id=8144&t202kw=
When people see Consumer Health Tips Monthly landing page, the URL would be Jasonsrippedblog.com/rotate.php?t202id=8144&t202kw=
Even the /rotate.php in the domain name is pretty ugly. I don't want to lose conversions for something as silly as that.
It appears that this script is designed to split test landing pages using the same domain name, and just changing the color scheme a little bit, the layout, optin, etc, to track how similar websites with just once small tweak compare among one another.
So again, the fact that URL stays the same on this rotation script is no good. I need a similar script that can rotate between Advanced Landing pages set up in p202 and also pass along the "kw=" variable.
Anybody know of one such script? If someone here can write it, I will pay via paypal for your time.
I can't believe that it's so hard to find one out there, I'd think there would be a lot of people needing this script.
P.S. I tried having the rotate.php rotate between different URLs, but none of the CSS or images load properly unless they are all in the same directory, and same directory=no good because domain name will be the same obviously. Maybe someone can modify the script so that if it redirects to an entirely different domain, it can also load all the .css, flash, image files correctly?
I have found two resources:
1. Straight from the p202 website:
Prosper202 Self Hosted Apps
2. This just explains the p202 script a little better:
How To Split-Test Landing Pages with Tracking202 : PROFITAPOLIS
I finally got this script to work, however, it does not quite suit my needs. The URL has to be exactly same for each landing page since they all have to be in the same directory -- so, let's say I am testing a 3 diff. landing pages a review site, a flog, and a farticle/faper. If the respective URLS are:
www.topdietproducts2009.com
www.Jasonsrippedblog.com
www.ConsumerHealthTipsMonthly.com
I cannot redirect to that url, since the rotate.php files needs to be in the same directory as all the landing pages. I need to choose one url - which is no good! So instead of the user being rotated to all the different URLS, I would have to pick one:
Say I picked www.Jasonsrippedblog.com as my directory. All three URLs would something like:
When people see the Jason's Ripped Blog landing page, the URL would read: Jasonsrippedblog.com/rotate.php?t202id=8144&t202kw=
When people see the Top Diet Products 2009 landing page, the would still read: Jasonsrippedblog.com/rotate.php?t202id=8144&t202kw=
When people see Consumer Health Tips Monthly landing page, the URL would be Jasonsrippedblog.com/rotate.php?t202id=8144&t202kw=
Even the /rotate.php in the domain name is pretty ugly. I don't want to lose conversions for something as silly as that.
It appears that this script is designed to split test landing pages using the same domain name, and just changing the color scheme a little bit, the layout, optin, etc, to track how similar websites with just once small tweak compare among one another.
So again, the fact that URL stays the same on this rotation script is no good. I need a similar script that can rotate between Advanced Landing pages set up in p202 and also pass along the "kw=" variable.
Anybody know of one such script? If someone here can write it, I will pay via paypal for your time.
I can't believe that it's so hard to find one out there, I'd think there would be a lot of people needing this script.
P.S. I tried having the rotate.php rotate between different URLs, but none of the CSS or images load properly unless they are all in the same directory, and same directory=no good because domain name will be the same obviously. Maybe someone can modify the script so that if it redirects to an entirely different domain, it can also load all the .css, flash, image files correctly?