UTM URL Generator Free UTM builder

Guide

UTM parameters for Google Ads

Google already invented a click identifier. That does not make UTMs useless. It makes them a translation layer so paid search can sit next to email and LinkedIn without looking like a different dialect. This page is the Ads-account work. The theory of gclid vs tags is UTM vs auto-tagging.

Do this first: auto-tagging and the link

Turn on auto-tagging in Google Ads (account settings). Link Google Ads to GA4 (GA4 Admin → Product links). That path gives you campaign, ad group, and keyword detail inside the Google Ads reports in Analytics. If you skip linking and only add pretty UTMs, you get pretty source/medium and thinner Ads diagnostics. Do both when you can. Do not turn auto-tagging off to “only use UTMs.”

When a manual UTM still helps

  • You want utm_campaign=brand-search to match the same string used in Microsoft Ads and the weekly email.
  • A CRM or warehouse lands page URLs but does not expand gclid.
  • You run Performance Max or YouTube and still want a human campaign name in Session campaign next to Meta.
  • A partner or agency looks at GA4, not the Ads UI, and needs a name they can say in a meeting.

If none of those are true and the accounts are linked, you can live on gclid for Google-only reporting. Most teams that also run Meta and email still want the suffix. Why the site report needs names at all: why track campaign traffic.

Values that map to Paid Search

ParameterValueWhy
utm_sourcegooglePlatform. Not google.com, not Google Ads.
utm_mediumcpcDefault channel grouping can treat this as Paid Search.
utm_campaignHuman program nameSame string you use in email if it is the same initiative.
utm_term{keyword} or a themeValueTrack fills the actual query or keyword.
utm_content{creative} or ad nameWhich ad, without a new campaign name.
utm_id{campaignid}Join key back to the Ads UI.

Microsoft Advertising is the same idea with utm_source=bing and msclkid left intact. Display / YouTube demand-gen can use display or video if you have decided that in the taxonomy — do not silently reuse cpc for a bumper ad if you care about channel mix. Confirm in the channel checker.

A calm final URL suffix

Prefer the final URL suffix when you only need to add query parameters. Example:

utm_source=google&utm_medium=cpc&utm_campaign=brand-search&utm_term={keyword}&utm_content={creative}&utm_id={campaignid}

A tracking template that wraps the landing page:

{lpurl}?utm_source=google&utm_medium=cpc&utm_campaign=brand-search&utm_term={keyword}&utm_content={creative}&utm_id={campaignid}

Use {lpurl} so landing page changes do not orphan the template. Campaign should be a name you would say in a meeting, not only an account ID. Build the human bits in the builder (Google Ads preset) or copy from templates, then paste ValueTrack tokens into term, content, and id.

Do not fight auto-tagging by creating a parallel universe of campaign names that almost match the Ads UI. Almost is how two teams present two numbers and both swear they used Analytics.

Performance Max and YouTube

PMax does not give you the same ad-level URL control as Search. You can still set a suffix at campaign level so sessions carry a shared campaign name. Asset-group detail may not appear as neatly as Search keywords. Do not expect UTMs to recreate the PMax UI inside GA4. Use them so PMax is not a mystery lump next to a tagged email.

QA a live click

  1. Serve or preview an ad. Click it on a phone.
  2. Read the final URL with the click ID inspector. You want gclid and the UTMs if you added a suffix.
  3. Score hygiene in the validator.
  4. Confirm in GA4 using how to see UTMs. Clicks will not equal sessions; that is a definition gap, not automatically a broken suffix.

FAQ

UTM builder questions

Do I need UTM tags if Google Ads auto-tagging is on?

Auto-tagging with gclid plus a linked GA4 property is the primary path for Google Ads reporting. Manual UTMs are still useful for consistent cross-channel campaign names, offline imports, and tools that do not ingest gclid.

What ValueTrack parameters work in a UTM template?

Common tokens include {keyword}, {creative}, {adgroupid}, and {campaignid}. Put them in term, content, or utm_id — not as a replacement for a human-readable campaign name you also use in email.

Where do I put the UTM suffix in Google Ads?

Account, campaign, or ad group tracking template, or the final URL suffix field. Prefer a suffix that only adds query parameters so you do not fight the landing page URL. Keep auto-tagging on either way.

What source and medium should Google Ads use?

utm_source=google and utm_medium=cpc. Microsoft Advertising uses utm_source=bing and the same medium. Do not use paid or ppc if you can help it; cpc is the value GA4 already groups as Paid Search.