📝 Write a guide about UTM params forwarding
This commit is contained in:
13
apps/docs/docs/guides/utm-in-results.md
Normal file
13
apps/docs/docs/guides/utm-in-results.md
Normal 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>
|
@ -129,3 +129,7 @@ details {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
video {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
BIN
apps/docs/static/video/utm-declaration.mp4
vendored
Normal file
BIN
apps/docs/static/video/utm-declaration.mp4
vendored
Normal file
Binary file not shown.
BIN
apps/docs/static/video/utm-in-results.mp4
vendored
Normal file
BIN
apps/docs/static/video/utm-in-results.mp4
vendored
Normal file
Binary file not shown.
Reference in New Issue
Block a user