Serge Huber created UNOMI-614:
---------------------------------
Summary: Add segmentNames to profiles
Key: UNOMI-614
URL: https://issues.apache.org/jira/browse/UNOMI-614
Project: Apache Unomi
Issue Type: Improvement
Components: core
Affects Versions: 1.6.0, 2.0.0
Reporter: Serge Huber
It would be really interesting to have a little more information in Profiles to
do interesting reporting. Notably: the display names of the segments
The idea is the following:
Currently we store the segmentIDs in the profile, but these are not human
readable and can be confusing when using Kibana reporting or other systems that
directly access ElasticSearch data. The idea would be to add another property
that would also store the segmentName in the profile. Another alternative
solution would be to change the data structure for the segments in the profile
and use sub-objects such as
{ "segmentID" : "97348258", "segmentName" : "leads" }
Attached is a prototype that also contains the implementation of another ticket
as they were done at the same time. See UNOMI-613 for more information.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)