> ## 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.

# Get Started with TrackFunnels in Under 5 Minutes

> Create your free TrackFunnels account, select the right channel and medium, and build your first GA4-ready campaign link.

This guide takes you from account creation to your first tagged URL. You’ll select the marketing channel, choose a relevant medium, enter your campaign details, and generate a link that can be used in an ad, email, social post, or other marketing placement.

<Steps>
  <Step title="Create a free account">
    Go  to [TrackFunnels Registration page](https://trackfunnels.com/utm-links-builder/register.php?#register) and simply register with your name, email and password. No credit card required. Confirm your email address to activate your account.

    <Tip>
      Your free account gives you full access to the UTM Link Builder, Saved Links dashboard, and consistency rules right away — no trial period, no expiry.
    </Tip>
  </Step>

  <Step title="Open the UTM Link Builder">
    After logging in, you'll be greeted directly by the **UTM Link Builder** form. 

    <Info>
      Before starting to generate the link, take a moment to think how you would want to classify traffic coming from this link - is it Paid traffic, Social or other advertising. Get a consensus on the campaign name this link belongs to with the rest of your team.
    </Info>
  </Step>

  <Step title="Select the marketing channel">
    Start by selecting the channel that best represents where the link will be used.

    Available channels include options such as:

    * Paid Search
    * Social
    * Email
    * Affiliates
    * Referral
    * Display
    * Other Advertising
    * Organic

    Your channel selection determines which medium options TrackFunnels presents in the form.

    <Info>
      Channel is selected first because it provides the context for `utm_medium`. This helps people creating similar links follow the same classification structure instead of inventing medium values from memory.
    </Info>
  </Step>

  <Step title="Enter the destination and campaign details">
    Complete the remaining fields in the form. The table below explains what each field represents and provides a concrete example:

    | Field               | Required?  | What to enter                                                                                      | Example                            |
    | ------------------- | ---------- | -------------------------------------------------------------------------------------------------- | ---------------------------------- |
    | **Destination URL** | ✅ Yes      | The full URL you want to send traffic to                                                           | `https://yoursite.com/landing`     |
    | **Source**          | ✅ Yes      | The platform or publisher sending traffic                                                          | `google`, `newsletter`, `linkedin` |
    | **Medium**          | ✅ Yes      | Medium values are auto-populated based on your channel selection. Select after choosing a channel. | `cpc`, `email`, `social`           |
    | **Campaign**        | ✅ Yes      | The shared name of the campaign or initiative                                                      | `spring_sale`, `q3_launch`         |
    | **Term**            | ☑ Optional | The paid keyword you are bidding on or another agreed targeting value                              | `running+shoes`                    |
    | **Content**         | ☑ Optional | The creative, placement, or link variation                                                         | `banner_v2`, `text_link`           |

    As you fill in each field, TrackFunnels builds the tagged URL in real time at the bottom of the form:

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

    <Info>
      If TrackFunnels suggests a previously used value, select it instead of entering the same value again. Suggestions are based on the links already saved in your account and help prevent small naming variations. Reuse the same campaign name across links belonging to the same initiative. Use `utm_content` when you need to distinguish between creatives, placements, or calls to action.
    </Info>
  </Step>

  <Step title="Review the generated URL">
    Before you copy your link, check that:

    * The destination URL is correct
    * The selected channel represents the marketing activity
    * The source identifies the actual platform or sender
    * The medium matches the selected channel
    * The campaign name matches the name used on related links
    * Optional content or keyword values are understandable

    This short review helps prevent errors before the URL is published and starts collecting traffic.

    <Note>
      In Pro Plan, you can also configure consistency rules in your account settings. Set them once and they apply to every link your entire team builds.
    </Note>
  </Step>

  <Step title="Save, copy and use your UTM link">
    Once all fields pass validation, click **Copy Link** to copy the complete tagged URL to your clipboard. Or use "**Save & Copy Your Link**" button to save the new URL in your account:

    Saved links are stored in your **Saved Links** dashboard so you can return to them later. From there you can search, filter, copy, or share any previously created link — no need to rebuild it from scratch next time.

    <Tip>
      Once your links are saved to your account and starts building a history, TrackFunnels' UTM link builder begins to auto-suggest utm field values so you do not have to remember campaign names when recreating links.  Simply select from previously used values. This avoids guesswork in nomenclature/taxonomy - another safeguard to enforce consistency.
    </Tip>
  </Step>
</Steps>

## What happens as you create more links?

Your first saved link starts building your account’s UTM history.

As that history grows, TrackFunnels begins suggesting previously used UTM values when you create new links. You can select an existing value instead of typing it again from memory.

For example, suppose your account already contains this campaign name:

```text theme={null}
spring_sale
```

When you create another link for the same campaign, TrackFunnels can suggest `spring_sale`. Selecting it prevents accidental variations such as:

```text theme={null}
spring-sale
Spring_Sale
spring_sale_2026
```

This is particularly useful when:

* One campaign uses links across several channels
* Several creatives belong to the same campaign
* Recurring emails or social posts use an established taxonomy
* Multiple team members create links in the same account

<Info>
  Before entering a new UTM value, check whether the value you need is already suggested. Reusing the existing entry keeps related traffic grouped together in GA4.
</Info>

## Your first-link example

Suppose you are creating a destination URL for a Google paid-search campaign.

Use the following values:

| Field         | Value                       |
| ------------- | --------------------------- |
| Channel       | `Paid Search`               |
| Website URL   | `https://yoursite.com/demo` |
| Source        | `google`                    |
| Medium        | `cpc`                       |
| Campaign Name | `demo_campaign`             |
| Content       | Leave empty unless needed   |
| Keyword       | Add when relevant           |

The resulting URL will follow this structure:

```text theme={null}
 https://yoursite.com/demo?utm_source=google&utm_medium=cpc&utm_campaign=demo_campaign
```

When someone clicks the link, GA4 can use these values to identify the source, medium, and campaign associated with the visit.

## Why TrackFunnels asks for the channel first

A conventional URL builder gives users an empty medium field. One person might enter `cpc`, while another enters `ppc` or `paid-search`.

TrackFunnels first asks the user to classify the activity as **Paid Search**. It can then provide the relevant medium option instead of requiring every user to remember the classification convention.

This is how the channel-first workflow reduces inconsistent medium values at the point of link creation.

## What's next?

Now that your first UTM link is ready, explore the rest of what TrackFunnels offers:

<CardGroup cols={2}>
  <Card title="Full UTM Link Builder Course" icon="link" href="/learn/">
    Become an expert at UTM governance at your organization. Learn hundreds of scenarios and best practices on UTMs -  bulk creation, consistency rule configuration, and team sharing.
  </Card>

  <Card title="Email Tracking Pixels" icon="mail-open" href="/features/email-tracking">
    Track email opens in GA4 using the Measurement Protocol. Step-by-step setup guide for Pro plan users.
  </Card>

  <Card title="Integrations" icon="plug" href="/integrations/overview">
    Connect ActiveCampaign, Calendly, and Jotform to attribute conversions and bookings back to your UTM links.
  </Card>

  <Card title="FAQ" icon="circle-help" href="/help/faq">
    Answers to the most common questions about UTM parameters, GA4 attribution, plan limits, and account setup.
  </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>
