Web Developer
I want to store the following information for a guest user who accessed the site:
"ip": "127.0.0.1", "osCode": "Mac", "osName": "Mac", "osVersion": "Mac", "clientType": "browser", "clientCode": "CM", "clientName": "Chrome Mobile iOS", "clientVersion": "84.0", "clientEngine": "WebKit", "clientEngineVersion": "605.1.15", "deviceName": "smartphone", "deviceBrand": "Google", "deviceModel": "Nexus 5", "countryCode": "US", "countryName": "United States"
However, I am having trouble figuring out how to access this data. I don't want to use createAnonymousSession, as I haven’t found a better solution. I just want to briefly register the guest user's information. Can anyone suggest a better way to handle this?