I want to send some custom user data to an event (e.g. first name)
Right now I’m just setting the userId (setting it once, not on each event), so I do have an identifier for the event.
Is there a way to associate custom data with the userId, or should I send this data on every event?