Learn · Campaign data · Updated 2026-08-14

What are UTM parameters?

UTM parameters are tags added to the end of a URL that identify the source, medium, and campaign behind a click. They do not change the page that loads; they only work if something on the receiving end is set up to read and log them.

Where the term comes from

UTM stands for Urchin Tracking Module, named after Urchin, the web analytics tool Google bought in 2005 to build Google Analytics. The five parameter names survived that acquisition and became the closest thing digital marketing has to a shared standard. That is the whole reason they work across tools: GA4, Meta Ads Manager, HubSpot, and link-in-bio platforms like Raydar all know to look for the same five keys in a URL's query string.

What a UTM parameter actually is

A UTM parameter is a key and value pair appended to a URL after a question mark, separated from other parameters by an ampersand. A link like example.com/sale?utm_source=instagram&utm_medium=bio&utm_campaign=summer loads exactly the same page as example.com/sale. Nothing about the destination content changes. The parameters exist purely as labels that a receiving system can read and log, and that single fact explains most of the confusion people have about them.

A UTM parameter does not track anything by itself. It is inert text in a URL. Tracking only happens when something on the other end, an analytics script on the landing page, or a link tool like Raydar's link decoder, actually parses the query string and writes it down. Paste UTMs onto a link and send it to a site with no analytics installed, and you have decorated the URL for nobody. UTM tagging and destination tracking are one system, not two separate steps, no matter how often people treat them that way.

The five UTM parameters

There are five standard UTM parameters. Only two are required for most reporting to make sense; the rest add precision as a campaign grows.

Parameter What it identifies Example value Required
utm_source Where the click originated instagram, newsletter, google Yes
utm_medium The channel type bio, email, cpc, social Yes
utm_campaign The specific initiative summer-launch, black-friday Recommended
utm_term Paid search keyword running-shoes-sale Paid search only
utm_content Distinguishes near-identical links story-link, grid-post, header-cta Optional

utm_content is the parameter most people skip, and it is the one that answers the question source and medium cannot. If the same campaign link sits in an Instagram story, a grid post, and a bio link on the same day, utm_source and utm_medium will look identical across all three. Adding utm_content=story, utm_content=grid, and utm_content=bio to each version is what lets a report separate them later. Skip it and a campaign that performed unevenly across placements just looks like one average number. Whichever placement actually worked disappears into that average.

utm_source vs utm_medium

These two get mixed up constantly, and the mix-up is what wrecks a reporting dashboard. utm_source answers "where did this person come from," a specific platform or publication: instagram, tiktok, mailchimp. utm_medium answers "what category of channel is that," a broader bucket: social, email, cpc, referral. Source is the noun, medium is the category the noun belongs to. Set utm_source=instagram and utm_medium=bio on a link-in-bio click, and GA4 can correctly group it under social while still letting you filter down to Instagram specifically. Get the two backwards, or leave utm_medium blank, and GA4's default channel grouping logic often files the traffic as "unassigned" or "referral" instead. That single mix-up is often enough to make a campaign's numbers look worse than reality.

UTM vs URL parameters

UTM parameters are a subset of URL parameters, not a separate technology. Any query string, the part of a URL after the question mark, is a URL parameter. UTMs are simply the five reserved names that analytics platforms agreed to read consistently. The rest of the URL parameter world is wider and messier. Click identifiers like gclid (Google Ads), fbclid (Meta), and ttclid (TikTok) are also URL parameters, but a platform appends them automatically when someone clicks a paid ad, and they carry an opaque ID meant for that platform's own conversion matching, not a human-readable label. You would not hand-type a gclid the way you would hand-type a utm_campaign value. If you want to see exactly what a given parameter on a link is doing before you trust it, a link decoder breaks every parameter down individually.

Where UTM tags actually break

Three failure modes account for almost every "my UTMs disappeared" complaint. Some platforms strip or rewrite query strings during their own redirect chains, particularly link shorteners layered on top of other link shorteners. In-app browsers on Instagram and TikTok sometimes alter or drop parameters when a user backs out and re-enters a link. But the most common cause, by a wide margin, is people mistyping the values themselves. One team member tags a campaign utm_source=IG, another types utm_source=instagram, and a third writes Instagram with a capital letter. GA4 treats all three as different sources, and a single campaign fragments into three rows nobody can total up. None of that is really a technology failure. It is a habit, and it is the reason a shared, prebuilt link is worth more than everyone typing their own tags from memory.

Building UTM links without breaking your own reporting

The fix for tag drift is removing manual typing from the process. Raydar's free UTM builder generates the parameter string from dropdowns instead of a blank text field, so utm_source=instagram is always spelled the same way twice. On the tracking side, every click through a Raydar bio link is logged with its UTM values, referrer, and first-touch and last-touch cookies. That is what turns "someone clicked" into "this specific caption on this specific date drove this click." That link-level view is different from full ad platform reporting. It will not tell you what happened after someone left the page. But for the question most creators and small teams actually have, which post or campaign sent this traffic, it answers it without a spreadsheet. Understanding campaign tracking as a whole, beyond just the five UTM fields, is covered in more depth in what is campaign tracking.

Common questions

Do UTM parameters affect SEO or rankings?
No. Search engines generally canonicalize or ignore UTM-tagged URLs for indexing, and UTM parameters do not change page content, so they have no direct effect on rankings.

What happens if I forget utm_medium?
The link still works and the click still happens, but most analytics tools fall back to a generic channel grouping like referral or unassigned instead of correctly bucketing the traffic, which makes campaign reporting harder to trust.

Are UTM parameters the same as click IDs like gclid or fbclid?
No. UTM parameters are manually written labels meant for human-readable reporting, while click IDs are opaque identifiers a platform appends automatically to match a click back to its own ad system.

Do UTM parameters work on Instagram bio links?
Yes, Instagram passes them through when someone taps a bio link, though its in-app browser can occasionally interfere if a person navigates away and back. A link tool that logs UTM values on arrival avoids relying on the destination page to catch them.

Related: What is campaign tracking? · What is click tracking? · What is ad tracking? · What is a vanity URL?