Category: Developer tools

UTM URL Parser

System ideaMissing a tool?

Extract utm_source, utm_medium, utm_campaign and other UTM fields from a URL

Paste a URL to see its utm_source, utm_medium, utm_campaign, utm_term and utm_content values laid out clearly, plus any other query parameters. Runs entirely in your browser.

utm_sourcenewsletterutm_mediumemailutm_campaignspring_saleutm_termrunning shoesutm_contentheader_cta
Other query parameters
refhomepage

Everything on this page is processed in your browser. Nothing is uploaded.

What this tool does

When you receive a campaign link, it is not always obvious which UTM values it carries without manually reading the query string. This tool parses a URL and lays out each standard UTM field on its own line, alongside any other query parameters the URL carries, so you can quickly verify or debug a tracked link.

How to use it

  1. Paste a full campaign URL, including its scheme, into the input box.
  2. Review the labeled utm_source, utm_medium, utm_campaign, utm_term and utm_content values.
  3. Check the other query parameters table for anything outside the standard UTM fields.

Privacy

This tool runs entirely in your browser. Your input is never uploaded, stored or shared — closing the tab removes it.

Frequently asked questions

Is my URL sent anywhere?
No. Parsing uses your browser's built-in URL parser, so the address never leaves your device.
How is this different from a generic URL parser?
A generic parser lists every query parameter as a flat table. This tool labels the five standard UTM fields explicitly, showing a dash when one is missing, and separates everything else into its own list.
What if the URL has no UTM parameters at all?
The tool still parses the URL and shows every field as empty, along with a note that no UTM parameters were found.