Each Visitor in a browser is automatically identified through Persoo Snippet by a cookie (persooVid
).
It’s value is saved in the Profile variable profile.db.identifications.browserID
.
Visitor may also have other identifications like email
, crmId
or other.
Examples of events with named identification:
persoo('send', 'pageview', {"email": "user@email.com"})
persoo('send', 'customIdentificationEvent', {"userID": "1234"})
Persoo can connect several browsers/devices belonging to the same user into the same Visitor Profile. See more on that topic in multidevice profiles.
To setup how long Persoo remembers data in each Visitor Profile, please read privacy policy configuration.