Versions Compared

Key

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

Sitecore DMS tracks some common analytics of which some can be synced to Salesforce and stored on the associated Contact/Lead. These values can be reported on and it includes - total goal score, goals reached, page visit count and profile data (profile name, profile keys and pattern cards).

Sitecore Configuration

The FuseIT agent can be registered in S4SMapping.config. Below is the code for it (it is commented out by default):

 


Code Block
languagexml
<scheduling>
	<!-- S4S pushes Sitecore DMS data to Salesforce at the specified interval -->
	<agent name="S4SUpdateAnalytics" type="FuseIT.S4S.WebToSalesforce.WebToEntity" method="BulkUpdateSitecoreAnalyticsInSalesforce" interval="24:00:00"/>
</scheduling>

 

...



Note: The interval above will sync the analytics after every 24 hours, you can change this value in S4SMapping.config file.

...

Congratulations, you have finished installing S4S Analytics.

Next Step

Congratulations, you have finished installing this option.

...