How to use growthbook to implement the following logical abtest?
Experiment scope: All pages under the domain name https://food.com/.
Test pages that match https://food.com/advice/* and https://food.com/driving/*. Use 40% of each traffic as the control group and the remaining 60% as the test group.
That is
• All pages
◦ /advice/*
▪︎ 40% control group
▪︎ 60% test group
◦ /driving/*
▪︎ 40% control group
▪︎ 60% test group
cool-airline-75608
05/24/2024, 7:38 AM
Although Targeting Conditions are used, I don’t know how to pass the path parameter in the code?