>Fafa Dev Tools

UTM Builder

Build UTM tracking URLs for Google Analytics. Enter your URL and UTM parameters (source, medium, campaign, term, content). Free online UTM link builder.

Paste a URL with existing UTM parameters to auto-fill the fields below

Required Parameters

Optional Parameters

What is UTM Builder?

UTM (Urchin Tracking Module) parameters are tags added to URLs that track the source and effectiveness of marketing campaigns in Google Analytics and other analytics platforms. The five UTM parameters are: source (where traffic comes from), medium (marketing medium like email or cpc), campaign (campaign name), term (paid search keywords), and content (A/B testing variant).

How to Use

  1. Enter your base URL (landing page URL)
  2. Fill in the required UTM parameters: Source, Medium, and Campaign Name
  3. Optionally add Term (for paid search) and Content (for A/B testing)
  4. Use the preset dropdowns for common sources and mediums
  5. Copy the generated UTM URL and use it in your marketing campaigns

Examples

Email newsletter link

InputURL: https://example.com/sale | Source: newsletter | Medium: email | Campaign: spring_sale
Outputhttps://example.com/sale?utm_source=newsletter&utm_medium=email&utm_campaign=spring_sale

Paid search ad

InputURL: https://shop.com/widget | Source: google | Medium: cpc | Campaign: widget_q2 | Term: buy+widget
Outputhttps://shop.com/widget?utm_source=google&utm_medium=cpc&utm_campaign=widget_q2&utm_term=buy%2Bwidget

Frequently Asked Questions

What is the difference between utm_source and utm_medium?

utm_source identifies the specific platform or sender (google, facebook, newsletter). utm_medium identifies the marketing channel (cpc, social, email). For example, source=facebook + medium=social means traffic from Facebook organic posts, while source=facebook + medium=cpc means Facebook ads.

Do UTM parameters affect SEO?

No. Google ignores UTM parameters when crawling and indexing. However, multiple URLs with different UTM tags pointing to the same page can create duplicate content in analytics. Use canonical tags on your pages to avoid issues.

Can I paste a URL with existing UTM parameters?

Yes. Paste the full URL in the Base URL field and the tool will automatically detect and extract existing UTM parameters, filling in the form fields so you can modify them.