2
0

📝 Write a guide about UTM params forwarding

This commit is contained in:
Baptiste Arnaud
2023-01-26 08:31:49 +01:00
parent 14e6ee373f
commit 01c9691175
4 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,13 @@
# 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:
<video controls>
<source src="/video/utm-declaration.mp4"/>
</video>
Then, if your typebot is launched with the declared UTM parameter. It should appear in the Results tab:
<video controls>
<source src="/video/utm-in-results.mp4"/>
</video>

View File

@ -129,3 +129,7 @@ details {
display: flex; display: flex;
align-items: center; align-items: center;
} }
video {
width: 100%;
}

Binary file not shown.

Binary file not shown.