Collect data through the connector

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.

 

Tracking within Progress Sitefinity Digital Experience Cloud is accomplished by collecting and sending information for customers interactions. Each customer interaction consists of the following three types of data (or a subset of them):

  • Send interactions that describe contacts actions on the website.
  • Send additional data (metadata) related to the objects or subjects in the tracking scenarios.
    Sending of metadata may be as a part of the interaction or as a separate request.
  • Send subject mappings, that is, relate two subjects that the system has recognized as representing one and the same contact.

Send interactions

Progress Sitefinity Digital Experience Cloud connector uses the interaction data model to collect data. The sentence is the data unit that holds the information of what activity was completed on the website, by whom, and when. An interaction is comprised of:

  • Subject – the executor of the action (the cloud uses the executor’s ID)
  • Object – the entity which action is executed upon (again some identification of the object is applied)
  • Predicate – the name of the action (the verb)
  • Additional (key or value pairs of) data about the subject or the object (optional).

Following is an example of an interaction sent by the connector to the Progress Sitefinity Digital Experience Cloud when a contact visits a certain page:

Subject: User Id
Object: Page URL
Predicate: Has Visited
SubjectMetadata: FristName, Email
ObjectMetadata: PageTitle, IsPagePersonalized

Send metadata

A separate metadata submission request, as mentioned above, may be of two kinds – subject and object. The model of the subject metadata request contains the subject identifier and a collection of key and value pairs, holding the data related to this subject. The model of the object metadata request contains the object identifier, the predicate on which the tracking occurred, and of course – the collection of key and value pairs holding the data related to the object.

SubjectMetadata: FirstName, Email
ObjectMetadata: PageTitle, IsPagePersonalized

Send contact mappings

Very often, when users first arrive on a website, their identity is unknown. To track contact interactions, the Progress Sitefinity Digital Experience Cloud connector maintains a tracking ID of the contact until the moment the contact's identity is recognized by the connector. This most often happens when contacts log in their accounts. At the moment of logging, a subject mapping is sent to the Progress Sitefinity Digital Experience Cloud and thus Progress Sitefinity Digital Experience Cloud knows that all records associated with this specific tracking ID are related to the actions of the ID of the contact who is logging in. From this point on, the connector uses the user ID for associating actions to this contact. Once the contact logs out, the connector gets back on using the tracking ID already related to this specific contact.

Increase your Sitefinity skills by signing up for our free trainings. Get Sitefinity-certified at Progress Education Community to boost your credentials.

Web Security for Sitefinity Administrators

The free standalone Web Security lesson teaches administrators how to protect your websites and Sitefinity instance from external threats. Learn to configure HTTPS, SSL, allow lists for trusted sites, and cookie security, among others.

Foundations of Sitefinity ASP.NET Core Development

The free on-demand video course teaches developers how to use Sitefinity .NET Core and leverage its decoupled architecture and new way of coding against the platform.

Was this article helpful?