Newsletter

One email on Fridays, and nothing else.

  • Practical B2B tips

  • 4-min read on Fridays

  • For anyone in B2B growth

How to apply

UTM tags (short for Urchin Tracking Module parameters) are small bits of text you tack onto the end of a URL, after a question mark, to tell your analytics tool where a visitor came from. The browser ignores them and sends the visitor to the same page; only your analytics reads the extra data. They are the cheapest analytics upgrade you can make, and an absolute prerequisite for knowing which channel actually earns its budget.

A complete tag has three mandatory parts and two optional ones:

  • utm_source , who sent the visitor (linkedin, newsletter, partner-blog).
  • utm_medium , how they arrived (cpc, email, referral).
  • utm_campaign , the specific promotion (autumn-launch, webinar-oct-2025).
  • utm_term (optional) , keyword, audience or list name.
  • utm_content (optional) , the creative variant, for A/B tests (blue-banner, header-test-b).

Without them you fly blind. You see 1,000 visitors from "social" and cannot tell LinkedIn from Facebook, organic from paid, or the winning campaign from the flop. So you fund the wrong things and kill the right ones, because the results are buried in an aggregate.

How it works in practice

Say you're sending a product newsletter with Brevo and you want to prove the campaign drove demos, not just opens. You append ?utm_source=newsletter&utm_medium=email&utm_campaign=autumn-launch to every link in the email. Now when those readers land and book a call, the demo traces straight back to that send, instead of getting dumped into a vague "(direct)" bucket.

Or say you're running a cold-outreach sequence in Lemlist that links to a case-study page. Tag each link with utm_medium=outbound and a campaign name that mirrors the sequence, and you can finally answer the eternal argument: does outbound actually convert, or just generate clicks?

The payoff shows up when you build the report. Wire your tagged traffic into a board-ready dashboard in Looker Studio and you get clean source/medium/campaign rows instead of a spreadsheet you re-key by hand every quarter. That only holds if your naming is disciplined, though: cpc and ppc and paid for the same thing fracture the report, and LinkedIn versus linkedin splits one source into two.

The rules that keep it clean

  1. Use a builder to validate. Google's free Campaign URL Builder outputs a ready-made link; if it parses, GA4 parses it.
  2. Write a one-page naming convention. Lower-case by default, source = the platform, medium = the channel. Put it in the team wiki and gate launches behind it.
  3. Tag everything you control , email footers, organic posts promoting gated content, partner referral links, QR codes on event signage. If you can click it and it leads to you, tag it.
  4. Never tag internal links. A UTM on your own in-site navigation resets the visitor's source to yourself and wipes the original attribution. Use click events for in-site CTAs instead.
  5. Audit quarterly. Filter for un-tagged or mis-tagged traffic, fix it at the template level, and your data is clean before the next board deck.

Get this right and within minutes of a click you know exactly which email, ad, or partnership delivered every visit, lead, and deal.

1 – Generate tags with Google’s URL builder

Google’s Campaign URL Builder (free) asks for source, medium and campaign then outputs a ready-made link. Use it as a validation tool: if the builder says the URL is valid, GA4 will parse it.

2 – Log where tags appear in GA4

In GA4 open Reports → Acquisition → Traffic acquisition. Change the primary dimension to Session source / medium. Your freshly tagged links will show in the list within minutes of a click. Drill down by adding Session campaign as a secondary dimension to confirm campaign names flow through.

3 – Adopt a simple naming convention

  • Source – always the platform or publisher (“facebook”, “bing”, “newsletter”).
  • Medium – high-level channel (“cpc”, “email”, “referral”). Keep paid media to cpc unless you truly need distinctions like cpm or cpv.
  • Campaign – mirror the exact campaign name in the ad platform, abbreviating only non-essential parts.
  • Term – keyword, audience or list.
  • Content – creative label or A/B test ID.

Write the convention in a shared doc; make lower-case the default to avoid “CPC” versus “cpc” duplicates.

4 – Tag everything you control

Paid search and Microsoft Ads auto-tag by default, but most email tools and social schedulers do not. Append UTMs to:

  • Email footer and banner links.
  • LinkedIn organic posts that promote gated content.
  • Partner referral links.
  • Press-release URLs.
  • QR codes on event signage.

If you can click it and it leads to you, tag it.

5 – Audit quarterly

Run a GA4 report filtered by Source / medium contains “?” to spot un-tagged or mis-tagged traffic. Fix at the campaign or template level; the earlier you repair the link, the cleaner your data for next quarter’s board deck.

6- Avoid common UTM mistakes

1. Not tagging at all

When links go out without UTM parameters, GA4 slots the traffic into bland buckets such as “referral” or “(direct)”. You lose the ability to prove which newsletter or partner post actually moved the needle.

Fix: Tag every outbound link you control. Even an internal email to colleagues becomes “?utm_source=internal&utm_medium=email&utm_campaign=launch-alert”.

2. Inconsistent naming

Mixing labels “paid”, “cpc”, “ppc” for the same medium fragments reports. You end up exporting to Excel just to add numbers that should live in one row.

Fix: Publish a one-page style guide: “Always use ‘cpc’ for paid traffic; ‘email’ for broadcasts.” Stick it in your team wiki and gate campaign launches behind it.

3. Case mismatches

GA4 treats “LinkedIn” and “linkedin” as separate sources. Over time you’ll find half your campaigns under the capitalised variant and half under lowercase.

Fix: Force lowercase in every builder tool and macro. Example: “utm_source=linkedin” not “utm_source=LinkedIn”.

4. Wrong field usage

Shoving channel data into the wrong slot e.g. “facebook-ads” as utm_source and “paid-social” as utm_medium wrecks the Source / Medium pair GA relies on.

Fix: Keep source as the platform (“facebook”) and medium as the channel (“cpc” or “social”). Reserve campaign, term and content for deeper granularity.

5. Over-long campaign names

Campaigns named “Q4_2025_enterprise_ABM_linkedin_message_variant_final_FINAL” break GA4’s column width and frustrate anyone scanning reports.

Fix: Front-load meaningful info, abbreviate the rest: “25q4-abm-ent-li-v1”. Document the pattern so the next person can decode it.

6. Tagging internal links

Adding UTMs to links inside your own site resets the visitor’s source to yourself, wiping the original attribution.

Fix: Never UTM internal navigation. If you must track in-site CTAs, use event tags or GA4’s built-in scroll/click events.

7. Ignoring sub-domains

Traffic from blog.example.com to app.example.com can appear as a referral from “blog.example.com” unless cross-domain settings unite them.

Fix: Configure GA4 cross-domain measurement or add a filter that treats sub-domains as part of the same property. Then your utm_source remains “linkedin” rather than your own blog.

Frequently asked questions

Where do UTMs appear in GA4?

Reports → Acquisition → Traffic acquisition. Use Session source / medium or First user source / medium to analyse new users.

Do I need all five parameters?

Source, medium and campaign are mandatory for meaningful reports. Term and content are optional but invaluable for ad-level insight.

Is “utm_medium=cpc” always correct for paid media?

Yes for simplicity. If you truly need to split display (cpm) from search (cpc), apply separate mediums but document the rule.

What happens if I change a campaign name mid-flight?

Either leave the old UTMs (simpler reporting) or update them to reflect the new campaign name (cleaner alignment with ad-platform data). Choose one rule and stick to it.

Does tagging hurt SEO?

No. Everything after the “?” is ignored by search crawlers unless you create duplicate URL variations by mistake. Canonical tags prevent issues.

Recap

UTM parameters turn anonymous clicks into actionable data. Use Google’s URL builder to validate tags, surface them in GA4’s source / medium view, and follow a strict naming convention. Avoid the seven classic pitfalls and you will know within minutes exactly which email, ad or partnership delivered every visit, lead and deal. Consistent UTM discipline is the cheapest analytics upgrade you can make and an absolute prerequisite for any serious growth programme.

Why it matters

UTMs matter because they transform analytics from vague directional data into precise performance tracking that enables evidence-based decisions about channel investment and creative effectiveness. Without UTMs, you're essentially flying blind: you might see that 1,000 visitors came from "social media," but can't determine whether it was LinkedIn, Facebook, or Twitter, whether organic posts or paid ads drove traffic, or which specific campaigns worked versus flopped. This ambiguity leads to budget misallocation continuing to fund ineffective campaigns because you can't isolate their performance, or killing successful ones because results are buried in aggregate numbers. UTM discipline particularly matters for multi-channel B2B marketing where buyers touch multiple campaigns before converting: proper tagging lets you attribute revenue back to specific touchpoints, quantifying ROI for each channel and campaign rather than guessing based on first-click or last-click attribution. The campaign-level granularity also enables rapid optimisation: if your Q1 awareness campaign on LinkedIn is generating twice the MQLs at half the cost of your Facebook campaign, you can reallocate budget mid-quarter rather than discovering performance gaps in retrospective reports. UTM data also settles political debates: when sales insists that partnerships drive most pipeline but marketing believes it's content, UTM-tagged links definitively show which source actually converts. The parameters also enable sophisticated analysis like cohort comparisons (do LinkedIn-sourced leads convert better than Google Ads leads?) and content testing (did the carousel ad outperform the single image?). However, UTM tracking only works if implemented consistently inconsistent naming conventions (using "linkedin" sometimes and "LinkedIn" other times, or "paid_social" versus "paidsocial") fractures data and defeats the purpose. Organisations that enforce UTM standards and train all marketers in proper tagging report 40-60% improvement in attribution accuracy and significantly better channel investment decisions because they finally know what actually works.

Articles

  • Article

    Configure the core settings that affect everything else in HubSpot: timezone, currency, and default properties. Then connect your website and advertising platforms so data starts flowing into your CRM from day one.

  • Article

    Exclude your own IP address from Google Analytics 4. Keep your data accurate and free from internal traffic noise that skews metrics.

  • Article

    Set up conversion tracking for real business actions. Track meetings booked, sign-ups completed, key pages visited, and payments made.

  • Article

    Track what matters for growth decisions. Map key conversions, name events with clear conventions, and document tracking specifications.

  • Article

    Install Google Tag Manager and Google Analytics 4 correctly. Get the right foundations in place before tracking any events or conversions.

  • Article

    Build useful GA4 reports once your events are tracked. Understand what's working with funnels, segmentation, and automated reporting.

All 23 articles under Event tracking
FAQ

Questions about this topic

Academy

Growth Academy

Start free

A free account opens the first course and keeps your progress.

  • A free course

  • Track your own skills

  • Every playbook you unlock