Jump to: navigation, search

Journey Timeline Interface

1

The Journey Timeline is a web-based interface that provides a visualization of Context Services data. This interface is intended to be used by developers and supervisors looking for detailed information about a specific customer because it is built to search for profiles, services, states, and tasks based on ID information or UCS information. It does not include all the search abilities that are available in typical agent interfaces.

Starting in 8.5.103, you can customize this interface.

Important
The Journey Timeline is available only for single-tenant installations.

Login

1

The Customer Journey Timeline is available as part of the GMS Service Management User interface (you can read help information here). To access this interface, you must login as a user who owns the Administrator or Supervisor privilege.

Then, you can select the Journey Timeline item and:

  1. Search and select a customer.
  2. Visualize the customer's Journey Timeline.
Important
If you do not see the Journey Timeline item, it means that you did not enable Context Services properly.


Search a Customer with Customer Journey

1

You can query a user based on the email address, phone number, and name fields. These fields must match a value in the UCS database to work correctly. There is no automatic completion available.


Select a key in the search drop-down menu, then enter a value in the Search textbox. The value must match a UCS entry to get a result.

1

The interface displays a list of results. Select a customer in the list to display the customer's timeline.

Important
You can customize the searched items through JSON configuration. See Customizing Profiles.

Manage the Timeline

1
CS-Journey-Filter.png

The timeline shows all the customer's services and their current status (active, inactive). If you select a service, Customer Journey displays the list of states for the given selection.

  • You can manage the timeline (expand or contract) by using the icons in the left menu sidebar.
  • You can zoom or navigate to services by using the icons in the left menu sidebar, or you can simply left-click in the timeline to move it.
  • You can also filter the displayed services.

Display States and Tasks

1

If you select a service in the timeline, for instance, Agency, its nested states and tasks are displayed in the Vertical Timeline. You can then select one of them to get KPIs, customer or journey details.

Important
You can customize the display through templates. See the guidelines in the Developer's Guide.


Display Details related to Service and State Selection

1
CS-Journey-KPIs.png
CS-Journey-JourneyDetails.png

The selection in the horizontal and vertical timelines automatically updates the information area.

Important
You can customize the display through templates. See the guidelines in the Developer's Guide.

Integrate with UCS Profiles

If you enabled Customer profiles in UCS, you can integrate Journey Timeline with UCS profiles as follows:

  • Install and set up NGINX on your local machine
  • Ensure that the NGINX configuration includes the following information:
location /genesys/1/cs/profiles { proxy_pass http://<location of UCS>/profiles; } 
location /genesys { proxy_pass http://localhost:8080/genesys; }
You can read more details here.
This page was last edited on July 7, 2021, at 12:49.
Comments or questions about this documentation? Contact us for support!