/
Create Salesforce xDB Contact
Create Salesforce xDB Contact
Overview
This processor is responsible for creating the link between the xDB contact and the Salesforce object brought back in the previous step. The processor checks if a record corresponding to the resolved xDB contact exists in Salesforce and if not a new record is created.
Configuration
Configuration is done in the S4SAnalytics.config configuration file.
<!-- Processor to create the Salesforce xDB contact record to link the Salesforce object to the xDB contact. --> <processor type="FuseIT.S4S.WebToSalesforce.Pipelines.ResolveXdbContactFromSalesforce.CreateSalesforceXdbContact, FuseIT.S4S.WebToSalesforce"> <!-- The contact manager. --> <ContactManager ref="tracking/contactManager" /> </processor>
Parameter | Description |
---|---|
ContactManager | The contact manager to use. |
Next Step
Update S4S Personalization Data
Steps
, multiple selections available,
Related content
Resolve xDB Contact
Resolve xDB Contact
More like this
Resolve xDB Contact from Salesforce Pipeline
Resolve xDB Contact from Salesforce Pipeline
More like this
Personalization Salesforce Package Installation and Configuration
Personalization Salesforce Package Installation and Configuration
More like this
Get Salesforce Entity
Get Salesforce Entity
More like this
Update S4S Personalization Data
Update S4S Personalization Data
More like this
S4D Identify Contact Submit Action
S4D Identify Contact Submit Action
More like this