1

Topic: How to Save Duplicate Registration Pages for Adwords Split Testing?

Hi,

For a long while now I've been trying to figure out how to make different versions of the registration page for adwords split testing purposes. This is so I can customize each page with different keywords and/or pictures.

The problem I have is trying to save the account/register page as other files. Then the account registration form doesn't work. Is this because it should be saved as php?

Can somebody please help me?

2

Re: How to Save Duplicate Registration Pages for Adwords Split Testing?

Hi, I still try to make extra landing pages for account register.
Does anyone know what to do? Thanks

3

Re: How to Save Duplicate Registration Pages for Adwords Split Testing?

You can add a parameter to your registration URL, for example index.php?m=account_register&c=campaign
Then in account_register.tpl template file you may use something like this

<!-- IF get.c == "campaign" -->
  whatever code for your campaign
<!-- ELSE -->
  regular code 
<!-- ENDIF -->
Developer

4

Re: How to Save Duplicate Registration Pages for Adwords Split Testing?

Thanks Vlad,
I worked it out and posted on the tutorials thread.
http://www.vldpersonals.com/forum/topic … e-testing/

Thanks heaps. smile

Last edited by maxpower (2011-08-04 18:45:06)