Is it okay to set the `id` attribute after a small...
# ask-questions
m
Is it okay to set the
id
attribute after a small delay using
setAttributes
, will the tracking callback be called anyways?
f
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