- What are UTM parameters?
- UTM parameters are tags (utm_source, utm_medium, utm_campaign, utm_term, utm_content) added to a URL so analytics tools like GA4, PostHog or Plausible can attribute traffic to the exact campaign, channel and ad that sent it.
- Which UTM parameters are required?
- utm_source, utm_medium and utm_campaign are the standard trio — most analytics tools expect all three. utm_term and utm_content are optional refinements for paid keywords and A/B-testing creatives.
- Should UTM values be lowercase?
- Yes. Analytics tools treat 'Email' and 'email' as different channels, which splits your reports. Pick a lowercase, snake_case convention and save it as a preset so you tag consistently every time.
- What does UTM stand for?
- Urchin Tracking Module — a leftover from Urchin, the analytics software Google bought in 2005 and turned into Google Analytics. The parameter format survived and is now the de-facto standard for campaign tracking across GA4, PostHog, Plausible and most other analytics tools.
- What's the difference between utm_source and utm_medium?
- utm_source names the specific site or platform the visitor came from (google, facebook, newsletter). utm_medium describes the type of channel (cpc, email, social, qr). Together they answer 'who sent this visitor, and through what kind of channel?'
- Are UTM parameters case-sensitive?
- Yes. GA4 and most analytics tools treat 'Google' and 'google' as different sources, so a mixed-case tag silently splits one channel into several report rows. Keep every value lowercase.
- Do UTM links hurt SEO?
- No. Search engines consolidate parameterized URLs through the page's rel=canonical tag, so a UTM-tagged link doesn't create competing duplicates. Just avoid UTMs on internal links between your own pages — that overwrites the visitor's original attribution in analytics.
- Are UTM parameters visible to visitors?
- Yes — they appear in the browser address bar as part of the URL, so use neutral values you'd be comfortable being seen. This builder assembles the URL in your browser and doesn't save your links.
- Can I turn a UTM link into a QR code?
- Yes — this builder shows a scannable QR code for every link you create, free. For QR codes on print where you may need to change the destination later or count scans, use a dynamic QR code from QRKit.