UTM Parameters Basics 9 min read

UTM Links Explained With 10 Real Examples

Sometimes the fastest way to understand UTM tagging is to see it done ten different ways across ten different channels. Here they are, explained one by one.

P

Priya Nair

Senior Marketing Analyst

August 13, 2026|
UTMLOOP COMPREHENSIVE VIEW

UTM Parameters Basics Blueprint Guide

Example 1: Email Newsletter Link

yoursite.com/pricing?utm_source=newsletter&utm_medium=email&utm_campaign=monthly_digest_august

Here, utm_source names the specific newsletter, utm_medium groups it under the broader email channel, and utm_campaign identifies this as the August edition of a recurring monthly digest, distinguishing it from other newsletter sends throughout the year.

Why We Are Showing Full Links Instead Of Shortened Ones

Each example below shows the full, untruncated tagged URL rather than a shortened version, since the point here is to make every parameter visible and legible so you can see exactly how each piece is constructed. In practice, many of these links would be shortened before actually being shared, especially for channels like SMS, print, or verbal mention where a long URL is impractical, but the underlying UTM parameters remain identical whether the link is shortened or not.

As you read through each one, pay attention to which values change between examples and which stay structurally similar, since that pattern is more useful to internalize than memorizing any single example word for word.

Example 2: Facebook Paid Ad

yoursite.com/demo?utm_source=facebook&utm_medium=paid_social&utm_campaign=demo_signups_q3&utm_content=video_ad_v1

utm_medium is set to paid_social specifically rather than just social, distinguishing paid spend from organic Facebook posts. utm_content identifies this as one specific ad creative, version 1 of a video ad, letting the team compare it against other creative variants running in the same campaign.

Example 3: Instagram Organic Post

yoursite.com/features?utm_source=instagram&utm_medium=social&utm_campaign=feature_spotlight_july

Notice the medium here is plain social rather than paid_social, since this is an organic post with no ad spend behind it. Keeping this distinction consistent across a team is what makes it possible to later filter paid from organic performance within the same platform.

Example 4: Google Ads Search Campaign

yoursite.com/utm-builder?utm_source=google&utm_medium=cpc&utm_campaign=utm_builder_search&utm_term=free_utm_generator

utm_medium is set to cpc, the standard shorthand for cost-per-click paid search. utm_term captures the keyword theme the ad group targets, in this case free_utm_generator, helping the team see which keyword themes actually drive signups once the data comes back through analytics.

Example 5: LinkedIn Sponsored Post

yoursite.com/pricing?utm_source=linkedin&utm_medium=paid_social&utm_campaign=b2b_pricing_push&utm_content=carousel_ad

B2B-focused campaigns frequently run on LinkedIn specifically, so keeping utm_source distinct from other social platforms lets the team see whether B2B ad spend on LinkedIn outperforms similar spend elsewhere. utm_content again distinguishes the ad format, a carousel ad in this case.

Example 6: QR Code On Event Signage

yoursite.com/demo?utm_source=trade_show_booth&utm_medium=qr_code&utm_campaign=fall_conference_2026

This is the same tagging discipline applied to an offline touchpoint. utm_source names the specific physical location, utm_medium notes this came through a scanned QR code rather than a digital click, and utm_campaign ties it to the broader conference the booth was part of. See QR codes for events for more on this pattern.

Example 7: Partner Or Affiliate Referral Link

yoursite.com/pricing?utm_source=partner_acme_corp&utm_medium=referral&utm_campaign=partner_program_2026

Naming the specific partner directly in utm_source, rather than a generic label like partner, makes it possible to compare performance across multiple partners individually rather than lumping all referral traffic into one undifferentiated bucket.

Example 8: Podcast Sponsorship Link

yoursite.com/demo?utm_source=marketing_podcast_weekly&utm_medium=podcast&utm_campaign=sponsorship_september

Podcast sponsorships are notoriously hard to attribute without a dedicated tracked link, since listeners rarely click anything mid-episode and often type a URL from memory later. A short, easy-to-say tagged link, shortened for on-air mention, is the practical way to capture at least some of this traffic. See link shorteners guide for handling the shortening side of this.

Example 9: SMS Or Text Campaign Link

yoursite.com/spring-sale?utm_source=sms&utm_medium=sms&utm_campaign=spring_sale_flash

For a channel like SMS where character count matters, source and medium are often set to the same simple value since there is rarely more than one specific SMS platform in play. Keeping the campaign name aligned with whatever name is used for the same sale across email and social lets the team compare total sale performance across every channel it ran on.

Example 10: Retargeting Display Ad

yoursite.com/features?utm_source=display_network&utm_medium=display&utm_campaign=retargeting_cart_abandoners&utm_content=banner_300x250

utm_campaign here specifically flags this as a retargeting effort aimed at cart abandoners, distinct from any prospecting campaign targeting new visitors, even if both run on the same display network. utm_content identifies the exact banner size and version being served.

Example 11: YouTube Video Description Link

yoursite.com/demo?utm_source=youtube&utm_medium=video&utm_campaign=product_demo_series&utm_content=ep3_description_link

utm_medium is set to video, a category distinct enough from social to be worth its own value if your team publishes video content regularly, since a viewer clicking a description link behaves differently from someone clicking an image post. utm_content marks this specifically as the description link on episode 3 of a series, which matters once you also have a pinned comment link or an end-card link on the same video that you want to compare separately.

Example 12: Print Flyer With A Short, Memorable Link

yoursite.com/promo?utm_source=print_flyer&utm_medium=print&utm_campaign=local_store_opening

Print is one of the few channels where the full tagged URL is genuinely impractical to display, so this link exists behind a short, easy-to-read redirect printed on the flyer itself, such as yoursite.com/opening, while the full UTM string lives on the destination side of that redirect. utm_medium is set to print rather than qr_code here because there is no QR code on this particular flyer, just a short URL a reader types in manually, which is a meaningfully different behavior worth distinguishing in reporting.

What Happens If You Get A Parameter Wrong

A single typo in utm_source, such as facbook instead of facebook, does not break the link or stop the page from loading. What it does is create a second, separate row in your analytics report that looks like an entirely different traffic source, permanently splitting what should have been one unified number into two smaller, less meaningful ones. Analytics platforms have no way to know the misspelled value was meant to mean the same thing as the correct one, so the two stay disconnected until someone notices and manually reconciles them, which often does not happen until a much later reporting review.

A wrong or drifting utm_campaign value causes a similar but often more damaging split, since campaign is usually the field used to roll up performance across every channel participating in one initiative. If your email link says utm_campaign=spring_sale and your paid social link says utm_campaign=spring_sale_2026, the combined campaign report understates true performance by only capturing part of the traffic under either name, and the mistake is invisible until someone specifically compares the two values side by side. Using an undefined or inconsistent utm_medium value causes a subtler problem: platforms like Google Analytics 4 use medium to sort traffic into default channel groupings, so an unrecognized or inconsistent medium value can cause otherwise well-tagged traffic to fall into a generic catch-all channel bucket instead of the specific category it actually belongs to, even though every other part of the link was built correctly.

Why Ten Examples Teach This Better Than One Definition

Reading a single abstract definition of each UTM parameter rarely sticks the way seeing the same parameter applied across ten different real-world situations does. Notice how utm_source changes meaning slightly depending on context, a platform name for social, a specific partner name for referrals, a specific podcast name for sponsorships, while utm_medium stays within a smaller, more repeatable set of values like email, cpc, social, and referral across nearly every example.

This pattern, specific and varied for source, consistent and categorical for medium, is one of the more reliable rules of thumb for anyone still deciding how granular to get when filling in each field on a new tagged link.

What These Ten Examples Have In Common

Across every example, the same pattern holds: source names the specific place the click came from, medium groups it into a broader channel category, and campaign ties it back to the initiative regardless of which channel or format delivered the click. Term and content only appear where they add real value, keyword tracking for search, creative differentiation for ads.

If you want to build links like these without manually assembling the query string each time, the UTM builder walks through each field, and for a closer look at how source, medium, and campaign specifically relate, see UTM source vs UTM medium vs UTM campaign.

Frequently Asked Questions

Should paid and organic social always use different utm_medium values?

Yes, this is a widely recommended practice. Using paid_social for paid placements and social for organic posts is what allows you to separate ad spend performance from organic reach in your reporting.

Why name the specific partner in utm_source instead of just 'partner'?

Naming the specific partner lets you compare performance across multiple partners individually. A generic value like 'partner' collapses all of them into one bucket, making it impossible to see which specific partnership is actually working.

Do offline channels like QR codes and SMS really need UTM tagging?

Yes. These channels benefit the most from tagging because they otherwise have no built-in attribution at all, unlike some digital ad platforms that provide their own click tracking automatically.

How long should a campaign name stay the same across channels?

Keep it identical across every channel participating in the same initiative, for its full duration, so the campaign's total performance can be measured as one unit rather than fragmented pieces.

Join 14,000+ marketing growth leaders

Receive our bi-weekly breakdown of campaign analytics setups, attribution rules, naming tactics, and link-stitching blueprints. Direct to your inbox.

Continue reading blueprints

All Articles
UTM Links Explained With 10 Real Examples | UTMLoop Blog