Hi there, I'm new to growthbook and trying to star...
# ask-questions
w
Hi there, I'm new to growthbook and trying to start our first A/A test. Here's the setup I'm trying to achieve: URL Redirects with only query params change for the control and different page + query params for the variation: e.g: target url: www.test.com control: www.test.com?test_id=1 variant: www.test.com/page2?test_id=2 According to the doc "if you want to redirect a user to
<http://www.growthbook.io/test?abc=123>
from
<http://www.growthbook.io/test>
, your original URL will need to be `http://www.growthbook.io/test?abc`". Does this mean it's not possible to add a specific value (e.g: 1) to my parameter in this setup?
r
That's right. When using query params for redirects, the target URL requires the base param.
w
Ah the target URL, I thought the control URL, the wording "original" threw me off a bit in the doc, now I understand and it works as well. Thank you!