IMPORTANT: This version of Sitefinity CMS is out of support and the respective product documentation is no longer maintained and can be outdated. Use the version selector to view a supported product version.
NOTE: Sitefinity Digital Experience Cloud (DEC) was renamed to Sitefinity Insight as a part of the Sitefinity 13.0 release. However, Sitefinity CMS and its documentation prior to version 13.0 continue using the former name - Digital Experience Cloud.
You can override the built-in event handlers to upload specific data to Digital Experience Cloud. Similar to the custom event handlers, the built-in event handlers also inherit the following class:
public abstract class InteractionsTrackingHandlerBase<T>
Where <T> is the type of Sitefinity CMS event that implements the IEvent interface.
Next, you override the abstract List<Interaction> ComposeInteractions(T @event); method of the class.
To find the exact class names of all built-in event handlers, check the DataExperinceCloudConnector configuration where all the classes are registered.
Following is an example of how to override a built-in event handler:
Back To Top
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important