https://www.growthbook.io/ logo
m

microscopic-queen-6171

04/27/2022, 8:25 AM
Hey growthbook team! I really love the concept of the User Id Join Table that you can optionally configure in each source. However, I have added SQL there that stitches user_id and anonymous_id together, but it is never actually part of any queries in my experiments. When I configure analysis in an experiment to use user_id instead of anonymous_id as User Id column, is when I expect this user id join table to be included in the query, is this the case? I remember seeing it part of my queries once, but haven’t been able to replicate it since
f

future-teacher-7046

04/27/2022, 12:39 PM
It will only be used when a metric and experiment are using different user ids. For example, if the experiment is based on anonymous id, but your metric only selects a user id column. If your metric selects both user id and anonymous id columns, it doesn't need the join table.
đź’ˇ 1
m

microscopic-queen-6171

04/27/2022, 1:07 PM
I see! Thank you for the response
9 Views