Hi All,
I'm doing some testing using Google Website Optimiser and i have a problem which i wonder if you might be able to help me with.
Basically with website optimiser you need a common conversion page that all variations land at to track conversions.
My problem is this that the pages i want to test are all very different in design and have different conversion (thankyou) pages based on teh site design. So i'm wondering if i can put some sort of bridge page that all conversion come through to before being redirected to the thank you page.
so for example index1.html goes to conversion.php page which then redirects to thanks1.html
index2.html goes to conversion.php page then redirecting to thanks2.html
this would get over the issue of having one common conversion page.
I know to redirect a page i can use the following code:
<?php
header( 'Location: http://www.yoursite.com/new_page.html' ) ;
?>
But i need to add this to redirect specific incoming pages to different thank you pages.
Any ideas?
Thanks