CRM and CX Blogs by Members
Find insights on SAP customer relationship management and customer experience products in blog posts from community members. Post your own perspective today!
cancel
Showing results for 
Search instead for 
Did you mean: 
pvsbprasad
Active Contributor
Now we can configure the data that you want to display as part of customer insights.

Admins can design their own custom metrics using generic iFlows and integrate critical insights from third-party systems into Accounts in addition to basic critical Metrics. You must select Name, Chart Title, Chart Type, Communication systems, Path, and Navigation URL when creating a custom measure.


Pie, Bar, and Indicator chart types are available while creating custom metrics.



Procedure



  1. Navigate to Settings => All Settings => Customer Insights =>   Key Metrics and click +.

  2. In the Create New Key Metric popup, enter all the details for the custom metric.





    • Create Communication system

    • Enter the path of the CPI or third-party system endpoint, and it should return the payload as shown in the sample code below.(POST Call)

    • Click on Save





   3. You can change the visibility of the custom metric and save.

Sample Code

 Indicator
{
"total": 65.2,
"totalDescription": "%"
}

Bar or Pie
{
"total": 34.0,
"data": [
{
"name": "Incomplete data",
"y": 6
},
{
"name": "Credit blocks",
"y": 18
},
{
"name": "Billing blocks",
"y": 10
}
]
}

4. Now, the custom key performance indicators (KPIs) are visible within the Accounts section.


 
2 Comments