UTM Link Generator

Add UTM parameters to URLs for campaign tracking.

https://example.com/landing?utm_source=newsletter&utm_medium=email&utm_campaign=spring-sale

What is UTM Link Generator?

Build trackable links by adding utm_source, utm_medium, utm_campaign, and optional utm_term and utm_content.

FAQ

Is this tool free to use?

Yes. This tool is available to use for free.

Does the tool run in the browser?

Yes. The logic runs client-side in your browser.

Is my data uploaded to a server?

No. Your input stays in your browser and is not uploaded by this tool.

Can I use this tool for large files?

It depends on your device and browser. Very large inputs may be slow; for huge files, use a local CLI tool.

Example usage

Input

https://example.com, source=newsletter

Output

https://example.com?utm_source=newsletter&...

How to use

  1. Enter your base URL
  2. Fill in UTM parameters (source, medium, campaign required)
  3. Copy the generated URL

Related Tools

URL Encoder

Encode text for use in URLs.

Open Tool

URL Decoder

Decode URL-encoded text.

Open Tool

URL Parser

Parse a URL into components and query params.

Open Tool

Query String Parser

Parse query strings into key/value pairs.

Open Tool

JSON Formatter

Format, validate, and beautify JSON with syntax highlighting.

Open Tool

JSON Validator

Validate JSON syntax and get clear error messages.

Open Tool

Popular Tools

JSON Formatter

Format, validate, and beautify JSON with syntax highlighting.

Open Tool

Regex Tester

Test regular expressions and highlight matches.

Open Tool

Base64 Encoder

Encode text to Base64.

Open Tool

UUID Generator

Generate UUID v4 identifiers.

Open Tool

JWT Decoder

Decode and inspect JWT header and payload.

Open Tool