2
0

📝 Add redirect URL with UTM instructions

This commit is contained in:
Baptiste Arnaud
2023-08-17 10:38:33 +02:00
parent fca5865999
commit 8810aa8ddb

View File

@ -11,3 +11,11 @@ Then, if your typebot is launched with the declared UTM parameter. It should app
<video controls>
<source src="/video/utm-in-results.mp4"/>
</video>
## Forward UTMs to a redirect link
Once you have saved the UTM values into variables like `utm_source` and `utm_value`. You can build a redirect URL in a [Redirect block](../editor/blocks/logic/redirect.md) with the same UTMs like this:
```
https://redirect-site.com?utm_source={{utm_source}}&utm_value={{utm_value}}
```