> ## Documentation Index
> Fetch the complete documentation index at: https://docs.trackfunnels.com/llms.txt
> Use this file to discover all available pages before exploring further.

# TrackFunnels UTM Link Builder: Leverage Channel Grouping

> Build, save, and manage campaign URLs through a "channel-first workflow" and auto-suggestions from account history that helps your team use consistent UTM mediums and keep GA4 acquisition reports organized.

Normally UTM builders give you five empty fields and leave you to decide what belongs in them. That works when one person creates every link and remembers every naming rule. It becomes unreliable when links are created across a marketing team.

TrackFunnels takes a different approach. Before entering the <Tooltip tip="Urching Tracking Module">UTM</Tooltip> values, you first select the **marketing channel**—such as Paid Search, Social, Email, Affiliates, Referral, or Display. TrackFunnels then provides the appropriate medium options for that channel.

This means your team does not need to remember whether paid-search links should use <Tooltip tip="cost per click">cpc</Tooltip>, <Tooltip tip="pay per click">ppc</Tooltip>, or `paid-search`. The rule is applied while the link is being created, helping similar traffic appear consistently in Google Analytics 4.

## Why consistent UTMs matter?

Google Analytics does not automatically understand that differently written UTM values mean the same thing.

For example, team members might describe the same marketing medium using:

```text theme={null}
cpc
ppc
paid-search
paid_search
```

GA4 can treat these as different values. Depending on the source-and-medium combination, traffic may also be assigned to an unexpected default channel group.

As these variations accumulate, campaign data becomes fragmented. Instead of analyzing performance, your team has to clean reports, combine mismatched values, and explain why traffic or conversions appear under different labels.

Consistent UTMs help you:

* Keep related traffic grouped together
* Reduce duplicate and mismatched values in reports
* Compare channel and campaign performance more reliably
* Attribute conversions to the correct marketing activity
* Spend less time repairing reports in spreadsheets or dashboards

Because UTM values are collected when someone clicks a published link, preventing inconsistencies before the link is shared is much easier than correcting the reporting later.

## How TrackFunnels encourages consistency

TrackFunnels introduces consistency at two points in the link-building workflow.

Most UTM builders begin with empty source and medium fields. TrackFunnels begins by asking what kind of marketing activity the link represents.

### **1. Start with the marketing Channels**

Before entering the UTM values, select the channel that represents the marketing activity—such as Paid Search, Social, Email, Affiliates, Referral, or Display.

TrackFunnels then provides the relevant medium options for that channel. This reduces the need for individual users to decide between values such as `cpc`, `ppc`, or `paid-search`. Starting by selecting **Paid Search** in the Channel guides the user towards the appropriate medium value.

<Info>
  Channel is not itself a standard UTM parameter. It represents the broader category under which the traffic should be understood. Values such as `utm_source` and `utm_medium` help GA4 classify traffic into channel groups.
</Info>

That is the central difference between TrackFunnels and a basic campaign URL generator:

> **TrackFunnels does not only construct a tagged URL. It guides how the marketing activity should be classified.**

### 2. Reuse values from your link history

As you create and save links, TrackFunnels builds a history of the UTM values used in your account.

When you create another link, the builder suggests previously used values. Instead of trying to remember whether an earlier campaign was named `spring_sale`, `spring-sale`, or `spring-2026`, you can select the existing value.

This helps your team:

* Reuse established campaign names
* Avoid accidental spelling and formatting variations
* Follow the taxonomy already used in the account
* Create recurring or related campaign links more quickly

<Info>
  Suggestions do not prevent you from creating a new value when one is genuinely needed. They make it easier to reuse an established value when creating a link for an existing source, campaign, creative, or keyword.
</Info>

Together, these safeguards reduce guesswork at the point of link creation:

> **Channel-first selection guides classification, while account-history suggestions encourage consistent naming.**

## What are UTM Parameters?

UTM parameters are values appended to a destination URL. They tell analytics platforms such as Google Analytics 4 how a visitor reached your website.

A tagged URL might look like this:

```text theme={null}
https://yoursite.com/landing-page?utm_source=google&utm_medium=cpc&utm_campaign=spring_sale
```

The five standard parameters are:

| Parameter      | Purpose                                                     | Example                |
| -------------- | ----------------------------------------------------------- | ---------------------- |
| `utm_source`   | The platform, publisher, website, or sender                 | `google`, `newsletter` |
| `utm_medium`   | The marketing method used to deliver the link               | `cpc`, `email`         |
| `utm_campaign` | The campaign or marketing initiative                        | `spring_sale`          |
| `utm_term`     | A paid keyword or another agreed targeting value (optional) | `running+shoes`        |
| `utm_content`  | The creative, placement, or link variation (optional)       | `banner_v2`            |

## What you can do with TrackFunnels

<CardGroup cols={2}>
  <Card title="Build, Save and Manage UTM Links" icon="folder-open" href="/features/utm-link-builder">
    Generate tagged campaign URLs through a guided, channel-first form. Keep links saved in your account so they can be found and reused.
  </Card>

  <Card title="Re-use Existing UTM Values" icon="rotate-cw" href="/features/utm-link-builder">
    Build a history of campaign values and select from previous entries when creating new links, reducing naming variations and repeated manual entry.
  </Card>

  <Card title="Track Email Opens" icon="mail-search" href="/features/email-tracking">
    Generate tracking pixels that send email-open events to GA4 using the Measurement Protocol. Available on the **Pro plan**.
  </Card>

  <Card title="Conversion Tracking" icon="target" href="/integrations/overview">
    Use supported integrations to associate selected clicks, form submissions, and bookings with your UTM links. Available on the **Pro plan.**
  </Card>
</CardGroup>

## Supported integrations

TrackFunnels currently provides integrations for:

* [ActiveCampaign](https://docs.trackfunnels.com/integrations/activecampaign)
* [Calendly](https://docs.trackfunnels.com/integrations/calendly)
* [Jotform](https://docs.trackfunnels.com/integrations/jotform)

These integrations extend measurement beyond the initial website visit and help connect selected downstream actions with the campaign links that generated them.

## Plans

<Note>
  **Free plan** — Full access to the UTM Link Builder, Saved Links dashboard, and consistency rules. No credit card required.

  **Pro plan** — Everything in Free, plus email tracking pixels for GA4, and third-party integrations (ActiveCampaign, Calendly, Jotform). [Upgrade at trackfunnels.com](https://trackfunnels.com/utm-links-builder).
</Note>

## Where to go next

<CardGroup cols={2}>
  <Card title="Create Your First Link" icon="play" href="/quickstart">
    Use the Quickstart guide to build your first campaign URL in under five minutes.
  </Card>

  <Card title="UTM Link Builder Guide" icon="book-open" href="/features/utm-link-builder">
    Learn more about creating, saving, and managing your campaign links.
  </Card>
</CardGroup>

## Need Help?

<Info>
  Have a question or need a hand getting set up? Reach out directly at [malik@trackfunnels.com](mailto:malik@trackfunnels.com) — we're happy to help.
</Info>
