Identified Visitor data
The send2crm Send2CRM service allows configuring custom values for personalization. These are returned with the response each time the visitor update is sent. For example, the Salesforce package may map Lead or Contact field values.
...
Custom personalization data can be set for the current visitor by calling the send2crm Send2CRM library function:
Code Block | ||
---|---|---|
| ||
send2crm.personalization.setData('firstName', 'John'); |
...
Subscribe to the send2crmDataChanged
event to be notified when send2crm Send2CRM personalization data changes.
...