📝 Add redirect URL with UTM instructions
This commit is contained in:
@ -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}}
|
||||
```
|
||||
|
Reference in New Issue
Block a user