Let's Chat?

Managing Genesys Administrator Settings

Configuration Layers

The customization options can be configured on the following Configuration Layer objects (from top to bottom):

  • Workspace Application: the top-level, organization-wide configuration options.
  • Agent Group: the agent group level options, which override Workspace Application level options.
  • Agent: the agent level options, which override the Agent Group level options.

Only the top-level Workspace Application settings are required. The agent group and agent level settings are only required if you want particular groups or agents to have custom configurations.

Access Workspace Application

  1. Navigate to Provisioning > Environment > Applications. GAX
  2. Click on Workspace Desktop.
  3. Click the Options tab.
  4. Filter the interaction workspace section with the keyword glance. GAX
  5. Review the Config Options within the workspace.
  6. Click the New button to add additional options.
  7. Input the Section, Name, and Value based on the Configuration Options. GAX
  8. Click OK.

Agent Group Level

  1. Navigate to Provisioning > Accounts.
  2. Click on Users.
  3. Double click on the user.
  4. Click the Member Of tab to review the groups the Agent is in. GAX
  5. Click the Add button to add additional groups.
  6. Select the groups that need to be added and click Ok. GAX

Agent Level

  1. Navigate to Provisioning > Accounts.
  2. Click on Users.
  3. Double click on the user.
  4. Click the Options tab
  5. Filter the interaction workspace section with the keyword glance. GAX
  6. Review the Config Options within the workspace.
  7. Click the New button to add additional options.
  8. Input the Section, Name, and Value based on the Configuration Options. GAX
  9. Click OK.

Add Glance Role

  1. Navigate to Provisioning > Accounts.
  2. Click on Roles.
  3. Click New. GAX
  4. Input GlanceRole for the Name. GAX
  5. Add the necessary members to the group.
  6. Click Save.

Add Privilege

  1. Navigate to Provisioning > Accounts.
  2. Click on Roles.
  3. Click on GlanceRole.
  4. Click the Role Privileges tab.
  5. Click the Export button. Workspace Application
  6. Update the file with <?xml version="1.0" encoding="utf-8"?><userProperties><list_pair key="CfgInteractionWorkspace"><str_pair key="InteractionWorkspace.Glance.canUse" value="1" /></list_pair></userProperties> Workspace Application
  7. Save as an XML file.
  8. Click Choose File. Workspace Application
  9. Upload the XML file.

Setting Up Filters for Real Time Reporting with Pulse

Glance offers the ability to report on session metadata, including:

  • Session Key
  • Session Start Time
  • Session End Time
  • Duration

To view this data, you must set up the proper filters.

  1. Navigate to Provisioning > Environment > Applications.
  2. Select Stat Server. GAX
  3. Click the Options tab.
  4. Click New. GAX
  5. Input the Section, Name, and Value based on the chart below. GAX
Section Option Name Option Value
Filters Voice_Glance PairExists("GLANCE_REPORT_END ","*") & (PairExists("MediaType","voice") | (MediaType=voice))
Filters GlanceSession PairExists("GLANCE_REPORT_END ","*")
Filters Chat_Glance PairExists("GLANCE_REPORT_END","*") & PairExists("MediaType","chat")

Historic Reporting

If you are using historic reporting, such as Infomart, you must save the GLANCE_REPORT_START, GLANCE_REPORT_END, and GLANCE_REPORT_DURATION Key Value Pairs to be available for usage in calculating Glance metrics.

Time stamps for the start and end of the session are stored in Epoch format and may need to be converted to your configured date/time format for use. Here is an example of what the raw data will look like as attached data:

'GLANCE_REPORT_START'GLANCE_REPORT_DURATION [lst] = KVList: '123456789' [str] = "9826'

The first number (123456789) is the session key and the second number (9826) is the number that relates to the interaction detail data from Glance.

By continuing to use the site, you agree to the use of cookies. Learn More