https://www.growthbook.io/ logo
#ask-questions
Title
# ask-questions
m

microscopic-tent-22623

10/11/2023, 7:58 AM
Is it okay to set the
id
attribute after a small delay using
setAttributes
, will the tracking callback be called anyways?
f

fresh-football-47124

10/16/2023, 4:51 AM
you can, if you’re okay with a potential flash for the user
1
👍 1
keep in mind that setAttributes will overwrite the existing values, so you need to also call getAttributes to append
👍 1
7 Views