URL Tracking Cleaner
Strip utm and tracking params from URLs.
Stripped URL (no tracking)
https://example.com/very/long/path/to/some/resource
110 chars in → 51 chars out
Tracking parameters found (3)
- utm_source=newsletter
- utm_medium=email
- utm_campaign=spring
Other query params (0)
None.
Strips utm_* parameters and other tracking before sharing. Useful when copying a link from a newsletter or referral source. Keeps real query parameters that the site needs to work, removes the ones added for analytics.
About
Paste a URL. The tool removes utm_* parameters and shows the clean version, length saved, and a list of what was stripped. Useful before sharing a link from a newsletter or referral.
How to use
- Paste a URL.
- Copy the cleaned version.
FAQ
Why are utm tags stripped but other query params kept?+
utm_ params are pure marketing - they only feed analytics. Other query params (?id=, ?page=) are usually load-bearing. The tool keeps them.