Clycyo
Glossary3 min read

What Is utm_source? (Plus Source vs Medium, Settled)

The utm_source parameter defined, the source-vs-medium distinction that everyone gets wrong, and copy-paste examples per channel.

utm_source is the URL parameter that names the platform a click came from — google, beehiiv, linkedin, producthunt. It is the most-used and most-misused of the five UTM parameters, and the misuse is almost always the same one: confusing the source with the medium.

Source vs medium, settled

The rule that ends the confusion: source is the place, medium is the kind of place.

Channelutm_sourceutm_medium
Your newsletter (on beehiiv)beehiivemail
Google Adsgooglecpc
Organic LinkedIn postlinkedinsocial
Podcast sponsorshiplennys_podcastpodcast
Partner blog featurepartnersitereferral

The classic mistake — utm_source=newsletter — breaks both layers at once: 'newsletter' is a medium hiding in the source field, and now your beehiiv and Mailchimp sends are indistinguishable while your email traffic no longer groups under one medium.

Three hygiene rules

  1. Lowercase, always. UTMs are case-sensitive strings; LinkedIn and linkedin are two sources in your reports.
  2. One canonical name per platform, forever. x or twitter — pick once, document it, never drift. A shared registry costs one spreadsheet.
  3. Source answers 'who sent this click?', never 'why?' — the why belongs in utm_campaign.

Where the value compounds

With first-touch persistence, the source captured on a visitor's first click survives to their signup and revenue — making revenue-by-source a filter instead of a forensic project. The full five-parameter system, naming conventions, and debugging checklist live in the complete UTM guide.