URL parser · Guide
Parsing UTM Parameters from a URL
UTM parameters tag links for campaign analytics. Parsing them confirms a tracking link is built correctly before you publish it.
The UTM fields
The common tags are utm_source, utm_medium, utm_campaign, and optionally utm_term and utm_content. Each is just a query parameter, so a URL parser lists them alongside the rest.
Verify before publishing
Typos in UTM tags fragment your analytics. Parse the link and confirm each tag is spelled and cased consistently — analytics tools treat Source and source as different values.
Frequently asked questions
Can I use this for production work?
Yes, for inspection, formatting and quick generation. Still review the output before committing it to production code or configuration.
Ready to try it?
Open the free browser-based URL parser and apply what you just read — no sign-up, runs locally.
Open the URL parser tool