Skip to main content


         This documentation site is for previous versions. Visit our new documentation site for current releases.      
 

Celebrus integration component

Updated on May 23, 2022

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

Have a question? Get answers now.

Visit the Support Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega.com is not optimized for Internet Explorer. For the optimal experience, please use:

Close Deprecation Notice
Contact us