UTM Validator

Checks whether a URL includes the required UTM tracking parameters (utm_source, utm_medium, utm_campaign) and reports any that are missing. Enter a full URL.

Ad placeholder: Resp_Horizantal_1 (horizontal)
Ad placeholder: Resp_Square_1 (square)

Checks whether a URL includes the required UTM tracking parameters (utm_source, utm_medium, utm_campaign) and reports any that are missing. Enter a full URL.

Use cases

  • Checking a campaign URL before it goes live in an email or ad
  • Auditing a list of links for missing tracking parameters

Examples

A fully tagged URL

https://example.com/page?utm_source=newsletter&utm_medium=email&utm_campaign=spring_sale
{"valid": true, "missing": [], "present": {"utm_source": "newsletter", "utm_medium": "email", "utm_campaign": "spring_sale"}}

FAQ

Is my data sent to a server?

Yes — the check runs on the server for this tool.