Hi, how can I set different attributes for each an...
# ask-questions
s
Hi, how can I set different attributes for each anonymous user when using Next.js?
f
what attributes would you like to set?
s
id and utmSource
f
We have some examples here: https://github.com/growthbook/examples
typically you just need to set a useEffect to set them
but depends a bit on how you're rendering the pages