How do I set up UTMs and track traffic in funnels?
UTMs are query parameters you append to the funnel's own URL when you share it on each channel — there is no separate registration step. Funnel pages already ship with the Browser SDK, which records traffic (views, clicks, step progressions) automatically.
- Publish the funnel and copy the URL of the step you are going to share.
- Append the parameters to the end:
?utm_source=instagram&utm_medium=bio&utm_campaign=lancamento. - Use a different URL per channel (change
utm_source/utm_medium) so you can compare where visitors come from.
When a visitor becomes a lead, the UTMs in the URL travel with them and stay associated with the contact — including on submissions through a capture link.
Related
- Funnels — build and publish the steps.
- Browser SDK tracking — which interactions are measured on the pages.
- Capture link — send leads from external pages with UTMs.
If it didn't work
- Not seeing the traffic events? Check what the SDK observes in Browser SDK tracking.
- The UTMs didn't reach the lead? See the accepted fields in the capture link reference.
- An error when publishing the funnel? See the error codes.