Hi, question about user dimensions in GB:
What happens when a dimension changes its value for a given identifier? Let's say I use
anonymous_id
(based on device_id) as identifier, and have a dimension
visitor_type
which can have the values "new", "returning", or "customer".
The dimension first has the value "new", but on a later visit it will be "returning", because the
anonymous_id
was recognized.
So the user becomes part of the experiment with
visitor_type
= "new", and returns and then sees the experiment, but now as
visitor_type
= "returning"
How does GB deal with this when I segment the experiment result data by
visitor_type
?