How to extract UTM parameters from a URL
To inspect a campaign link, paste it into UTM Extractor and it parses the query string and lays out the five core UTM fields — utm_source, utm_medium, utm_campaign, utm_term, and utm_content — so you can confirm what is inside the link at a glance. It also lists any extra, non-UTM query parameters so the full tracking context stays visible.
This is inspection-first: the tool reads the URL but does not rewrite it. You can copy the parsed result as plain text or as JSON, which is handy for documenting campaigns or feeding the values into a spreadsheet or another tool.
Parsing happens locally in your browser. The campaign URL you paste never leaves your device, so internal or unreleased links stay private.
- Auditing an existing campaign link before reusing it
- Confirming the exact source, medium, and campaign values
- Documenting link parameters for a campaign log
- Exporting UTM values as JSON for another tool
Why inspect instead of build?
UTM Extractor sits next to a UTM link builder for a reason: many people do not need to create a new campaign link, they need to inspect an existing one quickly and confirm what it contains. Reading a link cleanly removes the guesswork before you share or report on it.
Because it lists extra non-UTM parameters alongside the standard UTM fields, you see the complete tracking picture, not just the campaign tags. If you then want to remove or rebuild parameters, a cleaner or builder tool handles that next step.