Back to glossary
Campaign Tracking

What Is UTM Parameter?

A UTM parameter is a URL value that tells analytics tools where campaign traffic came from and how it should be grouped.

Updated 2026-06-17

Quick Definition

A UTM parameter is a URL value that tells analytics tools where campaign traffic came from and how it should be grouped.

Expanded explanation

UTM parameters are query parameters added to campaign URLs so analytics platforms can identify traffic source, channel type, campaign name, and other attribution details. They are most useful when teams apply them consistently before links are launched.

Why it matters

UTM parameters are the foundation for campaign QA and attribution reporting. When values are inconsistent, GA4 reports can fragment campaign rows, misclassify traffic, or make paid, email, social, and partner performance harder to compare.

Common mistakes

  • Letting each channel owner invent their own naming convention.
  • Launching URLs with missing source, medium, or campaign values.
  • Changing UTM values after assets are already live, which splits reporting across old and new names.

Examples

utm_source=linkedin
utm_medium=paid_social
utm_campaign=spring_launch

Practical example

A paid social campaign URL might use https://example.com/demo?utm_source=linkedin&utm_medium=paid_social&utm_campaign=q3_pipeline_push so GA4 can group visits under the right source, channel, and campaign.

Related WebIQ resources