Adding UTM parameters to URLs in Webflow can help track campaign performance across different marketing channels. Here's how to do it without any JavaScript knowledge.
1. Manually Adding UTM Parameters
- Identify the URL you want to add UTM parameters to.
- Append UTM parameters directly to the URL. Example of a UTM-tagged URL:
https://example.com/?utmsource=newsletter&utmmedium=email&utmcampaign=springsale. - Use the Campaign URL Builder by Google to easily create UTM-tagged URLs: Google Analysis Campaign URL Builder.
2. Using Rich Text or Link Blocks in Webflow
- Select the Rich Text block or Link Block where you want to place your URL.
- Edit the link by adding your UTM parameters directly to the URL.
- Ensure the entire URL is correct to maintain tracking integrity.
3. Creating URL Parameters in Webflow Forms
- Use form submissions with a hidden field for capturing UTM parameters.
- Set the initial value of the hidden field to capture visitor URL parameters automatically.
- Use integrations like Zapier to send form data to your CRM or Google Sheets for further analysis.
Summary
To add UTM parameters to URLs in Webflow, you can manually append them to your URLs or use Webflow’s Rich Text and Link Blocks for placement. For deeper integration in forms, consider using hidden fields to capture UTM data from site visitors automatically. This approach requires no JavaScript and relies entirely on Webflow's native capabilities.