In our application the flow goes:
• User lands on page, gets anonymous_id
• User gets assigned to A/B based on anon_id
• User creates an account and gets a proper user_id
• User completes an action several days later - at this point their anonymous_id has likely changed
Is there a way I can coach growthbook to look for the user_id that gets seen with an anonymous_id at the time of signup? And from then onwards, our experiment metrics should look for that user_id and NOT the anonymous_id? Is this making sense?