52 lines
1.7 KiB
Plaintext
52 lines
1.7 KiB
Plaintext
---
|
|
sidebarTitle: Overview
|
|
title: Results
|
|
icon: table
|
|
---
|
|
|
|
Once your bot is [published](/editor/publish) you start to collect results from your users. You can see all the results in the `Results` tab of your bot.
|
|
|
|
<Note>
|
|
You might be surprised to see partially filled results. This is normal and
|
|
expected. Your typebot collects the answers as soon as they are filled by the
|
|
user, even if the user doesn't complete the whole conversation. This is useful
|
|
to understand where users are dropping off and to improve your bot. This is
|
|
one of Typebot's greatest features.
|
|
</Note>
|
|
|
|
## More options menu
|
|
|
|
<Frame>
|
|
<img src="/images/results/more-options.png" alt="More options menu" />
|
|
</Frame>
|
|
|
|
## Time filter
|
|
|
|
By default, results from the last 7 days are displayed. You can change this by clicking on the date filter button:
|
|
|
|
<Frame>
|
|
<img src="/images/results/time-filter.jpg" alt="Time filter" />
|
|
</Frame>
|
|
|
|
### Export all results to a CSV file
|
|
|
|
You can export all results to a CSV file. This will download a CSV file with all the results from the current bot.
|
|
|
|
The `Include deleted blocks` option, if enabled, will include answers from blocks that doesn't exist any more (was part of a previous version of your bot).
|
|
|
|
### Re-arrange and hide specific columns
|
|
|
|
To make your result table more readable, you can re-arrange and hide specific columns.
|
|
|
|
<Frame style={{ maxWidth: '300px' }}>
|
|
<img src="/images/results/columns-settings.png" alt="Column settings" />
|
|
</Frame>
|
|
|
|
## Logs
|
|
|
|
For each result, you'll find a "See logs" button that can show you what went wrong while executing an integration such as Send email, Google Sheets, or a Webhook call:
|
|
|
|
<Frame>
|
|
<img src="/images/results/logs-button.png" alt="See logs buttons" />
|
|
</Frame>
|