Analytics

This page will walk you through the different components and sections of our Analytics page, which you can use to analyse and optimise your bot in the future.

Dashboard

The dashboard is the main page in our Analytics. It shows a lot of important information about your bot in a quick and simple overview:

Let's go through all the components one by one, and see what they exactly mean for your bot. Each section also includes detailed information about how that specific component can be interpreted and used to improve your bot.

Filtering

With these filters you can adjust the information shown on the dashboard, and create specific views for your bot. This provides valuable information to see how your bot progresses over time.

'All Channels' allows you to filter on specific channels, and 'All languages' shows information about your bot in different languages.

The timestamp of the data you see in the analytics dashboard is based on the timezone of your browser.

User Messages

The 'User Messages' section shows an overview of how many messages are:

  • Understood: the user expression is recognized correctly and the corresponding intent was triggered

  • Button clicks: this shows how often users clicked on a button, carousel, quick reply etc.

  • Not understood: the user expression is not understood, meaning it is below the NLP threshold, so the user saw the 'not understood message'

Clicking on 'Details' in the right upper corner will bring you to the Conversations page.

Seeing a 'not understood' percentage of > 15%? You should look into which intents are not understood correctly and improve your NLP by using the Train tab. Creating better 'not understood' messages will also create a better user experience.

Users

The 'Users' section gives information about how many users have interacted with your bot during that period. A user is someone who sends at least one message to the bot, while a returning user is someone who has had multiple conversations with the bot in this time period.

Clicking on 'Details' in the right upper corner will bring you to the Users page.

Seeing a lot of new users? That's not a bad thing! It could be that the user finds their answer quickly and doesn't have to return within the filtered time period. It's more telling to see if the usage of your bot does not decrease significantly over time, because that would mean users are not using the bot as much any more.

Conversations

The first 'Conversations' component shows the distribution of bot conversations in all available languages.

Switching from 'Languages' to 'Channels' will show the use of the bot over different channels (if these are used of course).

The second 'Conversations' component shows the human offloading, average messages per conversation, and the average length of conversations:

  • Human agent takes over: a conversation is marked as a human handover when it includes a triggered "Send to offload provider" action

  • Messages per conversation: this category represents the most occurring length of a conversation in number of messages for interactions between your bot and its users.

  • Conversation duration: this category represents the most occurring length of a conversation in number of minutes for interactions between your bot and its users

Clicking on 'Details' in the right upper corner will bring you to the Conversations page.

Most triggered intents

'Most triggered intents' shows the top 5 intents that were triggered most often, including the number of calls and their percentages.

Clicking on 'Details' in the right upper corner will bring you to the Intents page.

Active customers

'Active customers' shows when your users are most active and interact with the bot.

Clicking on 'Details' in the right upper corner will bring you to the Users - Activity page where you can see the user activity per hour.

Use the knowledge of when your customers are most active to your advantage. Do you see an increase on a specific day? Make sure you have extra staff available that day to account for the extra offloading requests that could occur.

Flows

'Flow - Most popular bot dialogs' shows which route most users take in your bot. In the example above, 15.9% of users first go to the website router, and the same amount of users first go to the introduction or to the 'Intro Hello' intent. 3.5% immediately goes to offloading and 3.5% got a 'not understood' message.

Hover over one of the specific bot dialogs to show the option 'Open'. Now click again to see a detailed overview of the exact flow the user is following:

Clicking on 'Details' in the right upper corner will bring you to the User Flow page.

Last updated

Was this helpful?

#1191: creation of subpage for multilanguage voice bots

Change request updated