2
0

docs: 📝 Improve hidden variables doc

This commit is contained in:
Baptiste Arnaud
2022-06-12 10:16:28 +02:00
parent 87a9e7e337
commit d4c52d47b3
2 changed files with 1 additions and 1 deletions

View File

@@ -43,7 +43,7 @@ Typebot.initBubble({
These are simply variables that are declared in the bot flow but aren't displayed to the user anywhere. This allows you to add some context to a session for example a User ID, a `utm_source` parameter (in the case of a marketing campaign), or anything else. These are simply variables that are declared in the bot flow but aren't displayed to the user anywhere. This allows you to add some context to a session for example a User ID, a `utm_source` parameter (in the case of a marketing campaign), or anything else.
These can be simply declared with "Set variable" steps: To enable this, you just have to make sure that the variables exist in the variables dropdown:
<img src="/img/variables/declaring.png" width="300" alt="Iframe preview" /> <img src="/img/variables/declaring.png" width="300" alt="Iframe preview" />

Binary file not shown.

Before

Width:  |  Height:  |  Size: 83 KiB

After

Width:  |  Height:  |  Size: 54 KiB