Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

Code Block
languagexml
<!-- 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>


ParameterDescription
ContactManager

The contact manager to use.

Next Step

Update S4S Personalization Data

...