You got an email from a store you've bought from before. There's a link to a product you might like. You click it.
That click told the store which email campaign sent you, which specific email you opened, what time you clicked, which link in the email you chose, and that you're the same customer who bought something six months ago. Before you even saw the product page.
The link did all of that. Not the website. The link itself.
This article shows you what tracking parameters actually look like inside a URL, where you'll run into them in the wild, and what the data inside them means. It ends with a free browser-based tool that strips them before you visit — so you arrive at the page without the tracking payload attached.
A URL looks like a web address. Most of the time it is. But the part after the question mark — the part that looks like random characters and equals signs — is structured data. Each piece has a name and a value. The name tells you who put it there and what they're measuring. The value is what they recorded about you.
This data isn't used just to count clicks. It feeds advertising attribution systems, CRM platforms, and cross-site tracking networks. A single click on a tracked link can update your profile in systems you've never heard of, on servers you'll never interact with directly. The link is the data collection event. You don't have to fill out a form.
A clean URL looks like this:
https://example.com/article/privacy-basics
The same URL with tracking attached looks like this:
https://example.com/article/privacy-basics
?utm_source=newsletter
&utm_medium=email
&utm_campaign=june-promo
&utm_content=link-2
&utm_term=privacy
&fbclid=IwAR3xK9mZ2pL8vQnT4wRjY1
Everything after the ? is tracking data. The page content is identical whether it's there or not. The parameters exist entirely for the benefit of whoever sent the link.
Tracked links are everywhere once you know what to look for.
UTM parameters are the most common tracking system online. They were created by Google Analytics and adopted by almost every marketing platform.
?utm_source=newsletter
&utm_medium=email
&utm_campaign=june-promo
&utm_content=header-cta
This tells the sender: you came from their newsletter, via email, from the June promotion campaign, specifically by clicking the header call-to-action button. They know which of their subscribers clicked, at what time, and which version of the email you received if they were A/B testing.
Facebook appends its own click identifier to nearly every outbound link shared on the platform.
?fbclid=IwAR3xK9mZ2pL8vQnT4wRjY1sCpQ
The fbclid is a unique token generated for your specific click. It tells Facebook — and the destination site, if they're running the Facebook Pixel — that you came from Facebook, which ad or post sent you, and links your visit to your Facebook identity. Even if you're not logged into Facebook on that device.
Google does the same with paid search traffic:
?gclid=CjwKCAjw8qOaBhB3EiwA65bD3iX9
The gclid ties your visit to a specific Google Ads campaign, ad group, keyword, and match type. It's the bridge between your click and Google's ad attribution system.
Amazon affiliate links carry a tag that identifies whoever referred you:
https://amazon.com/dp/B09X4TF3BK?tag=mysite-20
The tag parameter is the affiliate's ID. When you buy, they get a commission. That's the disclosed purpose. The undisclosed part: Amazon also uses referral data to build profiles of where shoppers come from, which publishers drive purchases, and what content correlates with buying behavior across their network.
A shortened link hides everything:
https://bit.ly/3xKpL9m
You cannot see the destination domain, the tracking parameters, or anything else before you click. The shortener service logs your click — IP address, timestamp, device type, browser — and then redirects you to wherever the full URL points, which may have its own tracking stack on top.
Short links aren't inherently malicious, but they remove your ability to make an informed decision before clicking. A link inspector expands them so you can see what's actually there.
Tracking parameters can also appear in links designed to deceive. A link that looks legitimate isn't always:
https://paypa1.com/login?ref=security-alert
https://amazon-account-verify.net/update?id=8821
The first swaps the letter l for the number 1. The second uses a legitimate-sounding subdomain on a domain that has nothing to do with Amazon. Both look plausible at a glance, especially in an email or text message. The tracking parameter at the end is often used to identify which phishing campaign the victim came from.
Lookalike domains in unsolicited emails or texts are the most common vector for credential theft. If a link is asking you to log in or verify your account, check the domain before you do anything else.
The most effective habit is the simplest one: don't follow links you didn't ask for. When you see a product advertised on Facebook or mentioned in a marketing email, don't click the link. Open a new tab, go to the company's website directly, or search the product name in DuckDuckGo or Brave Search. You arrive at the same place with none of the tracking payload — and you've verified the destination is real in the process.
That habit covers most situations. For everything else — a link someone sent you, a URL you're not sure about, a shortened link with no visible destination — inspect it first. The ZTDev Link Inspector expands shortened URLs, strips tracking parameters, and flags suspicious domains — entirely in your browser. Nothing is sent to a server. The link is analyzed locally and you decide whether to visit.
How to use it:
Paste any link into the tool. It shows you the full destination URL with tracking parameters identified and labeled — UTM fields, click IDs, affiliate tags, and anything else it recognizes. If the destination looks right and you want to visit without the tracking payload, use the clean link the tool generates.
Start with a link from your email inbox. Find any marketing email, copy a link from it, and paste it into the tool. You'll almost certainly see UTM parameters on the first try. Once you've seen your own click data laid out in plain language, the habit of going direct will feel like the obvious choice.