Posts

Showing posts with the label Conversion Pipelines

Conversion Pipelines in Sitecore

Image
In this blog, we will understand how we can consume the tracker’s interaction data using the Sitecore Conversion Pipelines. While consuming the data, we will try to view the list of page urls which were visited by a user in current session. Use Case:  Recently, we got a requirement in which we need to send the tracker’s interaction data to Kafka server. Then a Nifi Flow will consume the data from that Kafka topic and will process it and then sends to Sql database which BI team will use. Before coming to execution lets understand  What is tracker in Sitecore ? The Sitecore web tracker  enables you to track and identify contacts and their interactions during their visit to your Content Delivery (CD) instance, in other words your website. It collects the contact (user) activities and later submits the data into xDB (XConnect) using XConnect Client API.   Then you can use this data in personalization of content, or for creating reports or optimizing your website or any o...