From Bright Pattern Documentation
Jump to: navigation, search
(Undo revision 25409 by Tracy (talk))
Line 1: Line 1:
 
<translate>= Save Survey Response=
 
<translate>= Save Survey Response=
Bright Pattern Contact Center provides post-interaction surveys to collect first-hand information from customers, which can help supervisors and teams assess agent performance and customer satisfaction. Surveys allow for up to five questions for customers to answer, with complete reporting on that data.
+
The Save Survey Response scenario block saves the customer survey response data for a completed interaction for reporting purposes.
 
 
The ''Save Survey Response'' scenario block saves the customer survey response data for a completed interaction for reporting purposes.
 
  
  
Line 14: Line 12:
  
  
The Customer Survey [[contact-center-administrator-guide/ScenariosOverview|scenario template]] provides an example of how to use the Save Survey Response block in an interactive voice response-based (IVR-based) survey.
+
The Customer Survey [[contact-center-administrator-guide/ScenariosOverview|scenario template]] provides an example of using the Save Survey Response block in an interactive voice response-based (IVR-based) survey.
  
The collected survey data is saved in your contact center's historical reports in order to provide insights on Net Promoter Score (NPS), First Call Resolution (FCR), and more.  
+
Survey data is aggregated and written in the following tables of the Reporting Database: [[reporting-database-specification/service in time counters|service_in_time_counters]] and [[reporting-database-specification/agent performance|agent_performance]].
  
The aggregated survey data are written in the following tables of the Reporting Database: [[reporting-database-specification/service in time counters|service_in_time_counters]], [[reporting-database-specification/agent performance|agent_performance]], and [[reporting-database-specification/surveys|surveys]].
 
 
Aggregated survey data appear in the following stock reports:
 
Aggregated survey data appear in the following stock reports:
 
* [[reporting-reference-guide/AgentPerformanceReport|Agent Performance]]
 
* [[reporting-reference-guide/AgentPerformanceReport|Agent Performance]]
Line 47: Line 44:
  
  
 
+
<center>[[scenario-builder-reference-guide/Salesforce.comUpdate|< Previous]]  |  [[scenario-builder-reference-guide/Self-ServiceProvided|Next >]]</center>
 
</translate>
 
</translate>

Revision as of 22:09, 24 October 2018

• 3.10 • 3.11 • 3.12 • 3.13 • 3.14 • 3.15 • 3.16 • 3.17 • 3.18

Save Survey Response

The Save Survey Response scenario block saves the customer survey response data for a completed interaction for reporting purposes.


Scenario Builder Save Survey Response scenario block


The block assumes that the data received are responses to variations of the following survey questions:

  1. Was your issue resolved on your first contact with us?
  2. On a scale from one to nine, how would you rate your overall satisfaction with our service?
  3. On a scale from one to nine, how likely are you to recommend our product to your friend/colleague?


The Customer Survey scenario template provides an example of using the Save Survey Response block in an interactive voice response-based (IVR-based) survey.

Survey data is aggregated and written in the following tables of the Reporting Database: service_in_time_counters and agent_performance.

Aggregated survey data appear in the following stock reports:


Settings

Scenario Builder Save Survey Response scenario block settings

Issue was resolved

The Issue was resolved response is stored in the $(first_call) variable, as is required for reporting purposes. The allowed value is 0 or 1 (integer value only).

Contact satisfaction

The Contact satisfaction response is stored in the $(contact_satisfaction) variable, as is required for reporting purposes. The allowed range is from -2147483648 to 2147483647.

Net Promoter Score data

The Net Promoter Score data response is stored in the $(NPS_raw) variable, as is required for reporting purposes. The integer number range is from 0 to 10.

Custom Field 1

Custom Field 1 is an additional field for storing custom survey information, such as a question specific to your contact center, in the $(custom1) variable. The allowed range is from -2147483647 to 2147483647.

Custom Field 2

Custom Field 2 is an additional field for storing custom survey information, such as a question specific to your contact center, in the $(custom2) variable. The allowed range is from -2147483647 to 2147483647.


< Previous | Next >
< Previous | Next >