Celebrus integration component
The Celebrus integration component is publicly available for download on Pega Marketplace. This component is meant to be used by any customer who plans to use Pega Customer Decision Hub along with Celebrus. It serves to speed up MLP implementation.
The Celebrus integration component accepts a standard JSON into the shipped service and depending on the data that is sent either sends the data to be aggregated and summarized through the shipped data summary rules or to be saved if they are Celebrus signals that represent a customer’s intent or interest in a particular product or action. These signals are saved into a relational table that can then be used for engagement policies or for segmentation.
Expected JSON format for Celebrus integration
Example 1: JSON for Celebrus Signal:
{
"visitorCookieId": "e9897ae997564e3aa84c8e5b5f1df968",
"visitorIdentification": [email protected],
"eventTimestamp": "2021-03-31T17:21:30.640+00:00",
"eventType": "SignalAndStrength",
"signalName": "InterestedInLaboratorySupplies",
"signalStrength": "0.8952626"
}
Example 2: JSON for Celebrus Pageview:
{
"visitorCookieId": "e9897ae997564e3aa84c8e5b5f1df968",
"visitorIdentification": [email protected],
"eventTimestamp": "2021-03-31T17:21:23.330+00:00",
"eventType": "PageView",
"pageViewActiveTime": "7"
}
Next topic JSON elements for Celebrus integration