Does the % split segment feature work for non-identified users?
No, it does not. If you have anonymous users and you want to use the % split you will need to provide a unique key for them and store it on the client somehow (depending on what platform you are targeting). They will be using the environment defaults.
Updated on: 22/02/2021
Thank you!