I'm searching a solution to trigger A/B test in VWO via java script only for a special group of users. I've already found something like this:
Define Custom Visitor Segments -> Others -> JavaScript variable.
It allows to define some condition in js and decides to run A/B test for a specific user who passes through that JavaScript condition.
Is it the best way?