Hi, I have to track a variable which is in a form of an array, for e.g.,I have to track hobbies of a person landing up on my site, so as soon as they log in, I want to send that along with other user details, like their name, age etc. Right now, I am doing something like this,const contextData = { u...