Skip to content

Commit 36f9ef3

Browse files
jero-odoolarm-odoo
andcommitted
[IMP] live chat: update ratings doc
closes #6262 X-original-commit: 7a30732 Signed-off-by: Zachary Straub (zst) <zst@odoo.com> Signed-off-by: Jessica Rogers (jero) <jero@odoo.com> Co-authored-by: larm-odoo <121518652+larm-odoo@users.noreply.github.com>
1 parent f2d3ff1 commit 36f9ef3

13 files changed

+127
-24
lines changed

content/applications/websites/livechat/ratings.rst

Lines changed: 127 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,44 +2,147 @@
22
Ratings
33
=======
44

5-
Giving users the opportunity to rate their interactions can help you improving the experience you
6-
offer. That means staying on top of your customers' needs, besides keeping track of your operators’
7-
performances.
5+
At the end of a *Live Chat* conversation, customers have the opportunity to rate the quality of
6+
support they received from the live chat *operator*. Customers provide ratings as soon as they close
7+
the conversation. This allows operators to receive immediate feedback on their performance. It also
8+
allows customers the chance to share any final comments before leaving the chat window.
89

9-
Customer Rating
10-
===============
10+
Rate live chat conversations
11+
============================
1112

12-
| Once the user chooses to close the chat window, he can rate his interaction.
13-
| If the user is *Not satisfied* or *Highly dissatisfied*, a field allowing for an explanation
14-
is shown.
15-
| A copy of the conversation can also be sent by email.
13+
Customers end a *live chat* conversation by clicking the :guilabel:`X` in the upper right-hand
14+
corner of the chat window. They are then prompted to select an icon that reflects their level of
15+
satisfaction. The icons represent the following ratings:
1616

17-
.. image:: ratings/user_chatwindow.png
17+
- **Satisfied** - *green smiling face*
18+
- **Okay** - *yellow neutral face*
19+
- **Dissatisfied** - *red frowning face*
20+
21+
.. image:: ratings/live-chat-ratings-faces.png
22+
:align: center
23+
:alt: View of the chat window from a user's side for Odoo Live Chat.
24+
25+
.. note::
26+
When customers end a conversation, a field marked :guilabel:`Receive a copy of this conversation`
27+
appears under the *ratings* icons. Customers can enter their email either before or after they
28+
submit a rating.
29+
30+
If the customer selects :guilabel:`Satisfied (smile)` icon, they are presented with a thank you
31+
message and a :guilabel:`Close Conversation` link.
32+
33+
.. image:: ratings/live-chat-thank-you.png
34+
:align: center
35+
:alt: View of customer's live chat window with thank you message.
36+
37+
If the customer selects either :guilabel:`Okay (neutral)` icon or :guilabel:`Dissatisfied (frown)`
38+
icon, a text box will appear. Customers can add comments in this text box to explain why they chose
39+
this rating. This message will be sent to the live chat operator, along with the rating icon.
40+
41+
.. image:: ratings/live-chat-ratings-operator-window.png
42+
:align: center
43+
:alt: View of a chat window from an operator's window highlighting a rating for Odoo Live Chat.
44+
45+
Publish customer ratings
46+
========================
47+
48+
To publish a channel's ratings on the website, first navigate to a live chat channel's record by
49+
going to the :menuselection:`Live Chat` app and clicking on the kanban card for that team. Then
50+
click on the :guilabel:`Go to Website` smart button. This will open the :guilabel:`Live Chat Channel
51+
Statistics` page.
52+
53+
In the upper right corner of the page, click the red :guilabel:`Unpublished` slider. The slider
54+
changes from :guilabel:`Unpublished` to :guilabel:`Published`.
55+
56+
.. image:: ratings/live-chat-ratings-unpublished.png
57+
:align: center
58+
:alt: View of the published ratings on the portal for Odoo Live Chat.
59+
60+
.. note::
61+
The customer notes that are submitted with the rating will *not* be published on the website.
62+
These are kept internal. Only a statistical overview of the operators' performance for the
63+
*channel* appears on the website.
64+
65+
Add ratings page to site
66+
------------------------
67+
68+
Once the rating page has been published, it has to be manually added to the website. To do this, go
69+
to the main Odoo dashboard and open the *Website* application. :menuselection:`Website app--> Site
70+
--> Content --> Pages`, then click :guilabel:`New`.
71+
72+
This will open a :guilabel:`New Page` pop-up window. In the :guilabel:`Page Title` field, enter
73+
`livechat`. This acts as the URL for the published webpage.
74+
75+
.. important::
76+
The URL *must* be named `livechat` in order for the database to recognize and connect the
77+
ratings page. After the page has been published, the page title can be changed later under the
78+
:guilabel:`Menu Editor`.
79+
80+
Click :guilabel:`Create`, and the newly created webpage will open. The :guilabel:`Webpage Editor`
81+
appears in the right panel.
82+
83+
The page lists the names of the :guilabel:`Live Chat Channels` whose ratings pages have been
84+
published. On the left side of the channel name is a speech bubble icon, which users can click on to
85+
go to the ratings' page for the respective channel.
86+
87+
.. image:: ratings/live-chat-published-icon.png
1888
:align: center
19-
:height: 400
20-
:alt: View of the chat window from a user’s side for Odoo Live Chat
89+
:alt: View of the webpage for Live Chat ratings emphasizing the channel icon.
90+
91+
Make any desired changes or additions to this page, then click :guilabel:`Save` in the top right of
92+
the webpage editor. The website editor side panel closes, and the webpage remains on the screen.
2193

22-
The rating is shown on the chat window itself for the operator.
94+
To publish the `livechat` webpage, return to the list of webpages by navigating to
95+
:menuselection:`Site --> Content --> Pages`. Click the checkbox to the left of `livechat` in the
96+
list of pages to select the page and highlight the line. Then, click the checkbox under the column
97+
labeled :guilabel:`Is Published`. The field with the checkbox is highlighted in white. Click the
98+
checkbox a second time to activate the :guilabel:`Is Published` box. The webpage is now published.
2399

24-
.. image:: ratings/operator_chatwindow.png
100+
.. image:: ratings/live-chat-is-published.png
25101
:align: center
26-
:alt: View of a chat window from an operator’s side highlighting a rating for Odoo Live Chat
102+
:alt: View of the list of pages for a website with the 'is published' box emphasized.
27103

28-
And under :menuselection:`Report --> Customer Ratings`.
104+
Once the page has been added to the site, ratings are set to be published by default. However,
105+
individual ratings can be manually selected to be hidden from the public. The rating will still be
106+
included in internal reports, and can still be viewed by internal teams. However, public website
107+
visitors and portal users will not have access.
29108

30-
.. image:: ratings/customer_ratings.png
109+
See :ref:`Hide individual ratings <livechat/overview/hide-ratings>` for more information.
110+
111+
Customer ratings report
112+
=======================
113+
114+
The :guilabel:`Customer Ratings` report (:menuselection:`Live Chat --> Report --> Customer Ratings`)
115+
displays an overview of the ratings received on individual support tickets, as well as any
116+
additional comments submitted with the rating.
117+
118+
.. image:: ratings/live-chat-ratings-report.png
31119
:align: center
32-
:alt: View of the customer ratings page in Odoo Live Chat
120+
:alt: View of the customer ratings report in Odoo Live Chat.
121+
122+
The report defaults to a kanban view, with each rating represented by a different card. To switch to
123+
a different view, click on one of the icons in the upper-right corner of the screen. The report is
124+
available in *list* view, *pivot* view, and *graph* view.
125+
126+
Click on an individual rating to see additional details about the conversation, and the rating.
127+
128+
.. _livechat/overview/hide-ratings:
129+
130+
Hide individual ratings
131+
-----------------------
33132

34-
Make the rating public
35-
======================
133+
Ratings are set to be published by default. However, individual ratings can be manually selected to
134+
be hidden from the public. The rating will still be included in internal reports, and can still be
135+
viewed by internal teams. However, public website visitors and portal users will not have access.
36136

37-
Go to :menuselection:`Website --> Configuration --> Settings`, access your channel form, click on
38-
*Go to Website* and on *Unpublished*, to publish the rating of that channel on your website.
137+
To hide a rating, go to :menuselection:`Live Chat app --> Reports --> Customer Ratings`. Click on
138+
the kanban card for the rating to be hidden. On the individual rating's detail page, check the box
139+
labeled :guilabel:`Visible Internally Only`.
39140

40-
.. image:: ratings/publish_ratings.png
141+
.. image:: ratings/live-chat-ratings-visible-internally.png
41142
:align: center
42-
:alt: View of the public ratings in the website for Odoo Live Chat
143+
:alt: View of an individual rating's detail page with the visible internally setting checked.
43144

44145
.. seealso::
146+
- :doc:`/applications/websites/livechat`
45147
- :doc:`responses`
148+
- :doc:`/applications/websites/website`
Binary file not shown.
11.2 KB
Loading
13.5 KB
Loading
8.84 KB
Loading
22 KB
Loading
31.8 KB
Loading
30 KB
Loading
11.7 KB
Loading
5.31 KB
Loading

0 commit comments

Comments
 (0)