79127998

Date: 2024-10-26 07:19:04
Score: 1
Natty:
Report link

Please note that the regular expression does not work with the URL Matches Pattern option. Since you wish to run a split URL test, you can create a pattern like this for the Control URL using the URL matches pattern option:

https://www.example.com/?*c1=67*, here, the asterisks before and after "c1=67" will take care/consider any other query parameters coming before or after "c1=67" in the Control URL.

Similarly, for the Variation, you can keep the URL pattern as URL matches pattern https://www.example-1.com?*, here, the asterisk will consider the query parameters being forwarded from the Control URL and additional query parameters getting added to the Variation URL.

You can also refer to the below articles for information on how the query parameters are handled in split URL tests and different URL patterns in VWO:

https://help.vwo.com/hc/en-us/articles/360020441674

https://help.vwo.com/hc/en-us/articles/360021127714

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Harsh Sinha