enough-ice-36370
12/16/2025, 11:24 AMX and also has attribute targeting setup, say attribute a1=value1. During the onboarding of a user into our app, the user is presented with a series of screens. One of the screens is where we set the users attribute a1=value1 by calling await growthbook.setAttributes(growthbookAttributes);. Then, after a few more screens, we access the growthbook feature X.
At what point would the experiment be started for this user? Would it be as soon as we have set their attributes or would it be only once we have accessed feature X in our code?