Objects
/SessionVisitorData
SessionVisitorData
SessionVisitorData
id
string
Unique identifier for the visitorip
string
IP address of the visitorgeolocation
object
country_code
string
Two-letter country code (ISO 3166-1 alpha-2)city
string
City nameregion
string
Region or state name
name
string
Name of the visitor if identifiedemail
string
Email address of the visitor if identifiedemail_hash
string
Hashed version of the visitor's email for privacyparams
array of object
Custom parameters associated with the visitorname
string
Parameter namevalue
string
Parameter value
last_session_timestamp
integer
Unix timestamp of the visitor's last sessionfirst_session_timestamp
integer
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 ⭐️