Visitor information

The Send2CRM client stores general information about the Visitor in a send2crm_visitor object in browser local storage.

{ "firstSeen": "2022-10-26T20:54:19.067Z", "lastSeen": "2022-10-27T19:36:34.081Z", "identifiedBy": "", "lastSync": "", "data": {}, "sessionCount": 14, "eventCounts": { "PAGE": 29, "GOAL": 2 }, "goals": { "GoalName1": 10, "GoalName2": 5 }, "segments": [ "Segment1", "Segment2" ] }

Property

Description

Property

Description

firstSeen

Date/time of the first activity.

lastSeen

Date/time of the most recent activity.

identifiedBy

A unique identifier for Identified Visitors only, empty when Anonymous.

lastSync

For Identified Visitors only, the date/time of last service update.

data

General Visitor data for Personalization. Automatically added via service updates for Identified Visitors, or may be added programmatically.

sessionCount

The total number of known Sessions.

eventCounts

Total counts for each unique type of Session Event.

goals

Total counts for each unique Goal name.

segments

Unique Segments applied for Personalization purposes. Added to Personalization cookie when enabled.

The sessionCount, eventCounts, goals and segments may include data that is not present in the locally stored Sessions. This summary information is maintained even when old Sessions are auto-removed, or when synchronizing Identified Visitors across different browsers.

Â