Hey! I was wondering if anyone here are measuring...
# ask-questions
h
Hey! I was wondering if anyone here are measuring users that moves between different repositories? Trying to figure out the best approach, since today a user will start on our form in repository 1 and get an anonymous id. When they send in the form they get a unique form id instead and are also redirected to another repository where they can handle their form. Our first idea is to pass the anonymous id to the second repository and implement sticky bucketing there. Then (in my theory) we should be able to have the anonymous id as the fallback and the unique form id as the primary. Any ideas would be great!