How to Track Registration Sources in Livestorm?
In
When someone registers on the registration page (e.g. app
What are UTM parameters?
How do I add UTM parameters?
- You can use a tool like this one: https://ga-dev-tools.appspot.com/campaign-url-builder/
- You can create and add them yourself. See the table and examples below 🙂
UTM Source | Identifies a search engine, newsletter name, or other source. | |
utm_source=google |
UTM Medium | Identifies a medium such as email or cost-per-click. | |
utm_medium=email |
UTM Term | Used for paid search. Used to note the keywords for this ad. | |
utm_term=demo+sales |
UTM Content | Used for A/B testing and content-targeted ads. Used to differentiate ads or links that point to the same URL. |
|
utm_content=logolink or utm_content=textlink |
UTM Campaign | Identifies a specific product promotion or strategic campaign. | |
utm_campaign=spring_sale |
Examples
Here are a few useful resources:
- https://support.google.com/analytics/answer/1033867?hl=en
- https://neilpatel.com/blog/the-ultimate-guide-to-using-utm-parameters/
👉Please bear in mind that you can't UTMs if you're using an iframe. The reason is simple: the form will be embedded on another page. An iframe cannot access information on your page. This is a security breach not accepted by the browsers.