I need to setup the experiment as follows:
Original: www.domain.com/original/x?param=something
Variation: www.domain.com/variation/x?param=something_else
Where x is variable and needs to be carried forward to the variation on the redirect.
Is Regular Expression and Backreferences supported by Content Experiment, so that I can do something like:
Original: www.domain.com/original/(.*)?param=something
Variation: www.domain.com/variation/$1?param=something_else
Is there a way I can setup the experiment URLs, the way that I need it to work?
if your parameters have the same name, don't use the
Regex
for it. Just: