UTM link builder
Create trackable campaign URLs with UTM parameters
- Enter your website URL (the page you want to track)
- Fill in the campaign source (where traffic comes from)
- Fill in the campaign medium (type of marketing)
- Fill in the campaign name (specific campaign identifier)
- Optionally add term (for paid search keywords) and content (for A/B testing)
- Click "Generate URL" to create your trackable link
- Copy the generated URL and use it in your marketing campaigns
Input:
URL: https://example.com/products
Source: facebook
Medium: social
Campaign: summer_sale_2026
Output:
https://example.com/products?utm_source=facebook&utm_medium=social&utm_campaign=summer_sale_2026What are UTM parameters?
UTM parameters are tags added to URLs to track the effectiveness of marketing campaigns in analytics tools like Google Analytics.
Which parameters are required?
utm_source, utm_medium, and utm_campaign are required. utm_term and utm_content are optional but useful for detailed tracking.
What should I use for source?
Source identifies where traffic comes from: google, facebook, newsletter, twitter, etc.
What should I use for medium?
Medium identifies the marketing medium: cpc (paid search), email, social, banner, etc.
Can I track multiple campaigns?
Yes, use different campaign names for each marketing initiative. This helps you compare performance across campaigns.