Versions Compared

Key

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

THIS PAGE IS UNDER CONSTRUCTION

This pipeline enables an xDB contact to be resolved from a Salesforce object identified by a particular query string parameter in the page request URL. 

...

This pipeline is disabled by default. To enable the pipeline uncomment out the startTracking pipeline in the S4SAnalytics.config configuration file.


Code Block
languagexml
      <startTracking>
     
  <processor type="FuseIT.S4S.WebToSalesforce.Pipelines.StartTracking.ResolveXdbContactFromSalesforce, FuseIT.S4S.WebToSalesforce"

                  patch:after="processor[@type='Sitecore.Analytics.Pipelines.StartTracking.TrackerInitialized, Sitecore.Analytics']">
   
    </processor>
     
</startTracking>

Next Step

...