openpanel
openpanel copied to clipboard
How to update profile properties from the /track api?
I want to know if we can update the profile properties such as session id, os, browser, location etc. from the track api
You can udate profile properties with properties.__identify as mentioned briefly here https://openpanel.dev/docs#tips
But the properties you want to update are gathered from our geo package which extracts this info from the IP. So there is no way you can overwrite these properties atm