Objects
/SessionVisitorData
SessionVisitorData
SessionVisitorData
idstring
Unique identifier for the visitoripstring
IP address of the visitorgeolocationobject
country_codestring
Two-letter country code (ISO 3166-1 alpha-2)citystring
City nameregionstring
Region or state name
namestring
Name of the visitor if identifiedemailstring
Email address of the visitor if identifiedemail_hashstring
Hashed version of the visitor's email for privacyparamsarray of object
Custom parameters associated with the visitornamestring
Parameter namevaluestring
Parameter value
last_session_timestampinteger
Unix timestamp of the visitor's last sessionfirst_session_timestampinteger
Unix timestamp of the visitor's first session
Example
{ "id": "", "ip": "", "geolocation": { "country_code": "", "city": "", "region": "" }, "name": "", "email": "", "email_hash": "", "params": [ { "name": "", "value": "" } ], "last_session_timestamp": 0, "first_session_timestamp": 0, "__UNSAFE_refPath": null }
Built with
Show your support! Star us on GitHub ⭐️