Passing dynamic metadata during application tracking
On user registration we allow a bunch of parameters (i.e key/value pairs) to be set as part of user.metadata.. While tracking the user, the same information is being sent from the device. Isn't this redundant since I can get this information from the user itself and would I be able to send additional dynamic information based on what the application observes.
Hey @arimathi14, thanks for the feedback. For now you'll need to continue to pass the full metadata bundle. I would consider saving it locally and modifying as needed.
Passing dynamic metadata during application tracking
On user registration we allow a bunch of parameters (i.e key/value pairs) to be set as part of user.metadata.. While tracking the user, the same information is being sent from the device. Isn't this redundant since I can get this information from the user itself and would I be able to send additional dynamic information based on what the application observes.