2
0
Files
bot/apps/docs/docs/guides/utm-in-results.md
2023-08-17 10:38:33 +02:00

734 B

Forward UTM parameters to a typebot

The UTM parameter name should be listed in the Variables dropdown of your flow you can create it on any variable dropdown:

Then, if your typebot is launched with the declared UTM parameter. It should appear in the Results tab:

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 with the same UTMs like this:

https://redirect-site.com?utm_source={{utm_source}}&utm_value={{utm_value}}