Lynks.Pro creator
Analytics

How to Track Where Your Clicks Actually Come From (Free UTM Guide)

L'équipe Lynks6 min read
Table of contents

You share your Lynks.Pro link in your Instagram bio, in your YouTube description, in Stories, in your newsletter, maybe even on a flyer with a QR code. That's exactly the right move. The problem is that once someone clicks, your link tells you nothing about where that click came from. Instagram, TikTok, YouTube and email all end up looking like the same line in your stats: a click, with no origin attached.

That's where UTM parameters come in. No need to be a developer, no need for an expensive tool, just a concept worth understanding once and reusing forever.

What a UTM parameter actually is

A UTM (Urchin Tracking Module, a name inherited from an old analytics tool Google acquired years ago) is nothing more than a small piece of text tacked onto the end of a URL. It doesn't change the destination page, it doesn't break anything, it doesn't redirect anywhere else. It's just a label that analytics tools know how to read.

In practice, a URL with UTM parameters looks like this: yourlink.com/page?utm_source=instagram&utm_medium=bio&utm_campaign=summer-launch. Everything after the question mark is a parameter. Each parameter is a key-value pair joined by an equals sign, and parameters are separated from each other by ampersands (&). A visitor who clicks that link lands on exactly the same page as they would without the UTM tags. The only difference is that your analytics tool, whether that's your link-in-bio stats, Google Analytics if it's connected, or any other tool, can now read that label and sort the click by source.

Why this is worth the extra step

Without UTM tags, every click from every platform gets lumped into one flat number. You know 340 people clicked this week, but you have no idea whether TikTok drove most of that, whether an Instagram Story outperforms a carousel post, or whether your newsletter, the one you spend real time writing every week, actually generates clicks or not.

This becomes a real issue the moment you post the same bio link everywhere, which is exactly what nearly every creator and small business using a link-in-bio page does. The link itself stays identical (your Lynks.Pro page), so nothing naturally distinguishes one platform from another. UTM tags bring that distinction back, post by post, platform by platform, campaign by campaign.

Without a label, an Instagram click and a TikTok click look exactly alike in your stats: not at all distinguishable.

Once you can see clearly which platform or format actually drives clicks, you stop guessing and start deciding with real numbers: where to post first, which format to double down on, which campaign to run again.

How to structure UTM tags well (without overcomplicating it)

There's a long list of possible UTM parameters, but in practice, three cover about 95% of what a creator or small business actually needs. Here's what each one does.

  • utm_source: the platform the click came from (instagram, tiktok, youtube, newsletter, flyer, whatsapp...)
  • utm_medium: the type of content or channel (bio, story, post, email, qrcode...)
  • utm_campaign: the name of a specific push if you're running one (summer-launch, black-friday-promo, new-collection...), skip it for simple day-to-day tracking

The classic mistake is trying to track everything with surgical precision from day one, a different utm_campaign for every single Story, variants for every posting hour, and so on. You end up with dozens of unreadable rows and give up within two weeks. Start simple: source and medium alone already answer the most useful question, which platform deserves your time.

Building a UTM-tagged URL, step by step

  1. Take your starting URL, for example your Lynks.Pro page link (lynks.pro/yourname)
  2. Add a question mark right after it, then utm_source= followed by the platform name (instagram, tiktok, email...)
  3. Add an ampersand (&) then utm_medium= followed by the channel type (bio, story, newsletter...)
  4. If you're tracking a specific campaign, add another ampersand then utm_campaign= followed by the push's name
  5. Copy the full URL you end up with and use it instead of your usual link for that specific post or email

Doing this by hand works, but it's easy to slip up (a missing ampersand, a stray space, a misspelled source). That's exactly why a UTM builder exists: you fill in simple fields and it assembles the URL correctly for you, with no typo risk that would quietly break your tracking.

Reading the results afterward

Once your UTM-tagged links are out in the world, you need somewhere to actually read the results. Two main options.

If you've connected Google Analytics to your site or page, UTM-tagged clicks show up in acquisition reports, sorted by source and medium exactly as you labeled them. It's the most complete option if you already have that kind of setup, but it does require configuration and report-reading that can feel intimidating when you're just starting out.

The other option, more direct for a creator, is looking at the click analytics already built into your link-in-bio page itself. No need to juggle an external tool, the source breakdown shows up right where you already manage your page.

Where Lynks.Pro fits into this

Lynks.Pro includes a free UTM builder in its toolset, no account required to use it. You fill in your URL, the source, the medium and optionally the campaign, and it assembles the full link for you, with no syntax mistakes to worry about. It works the same way as the free URL shortener and QR code generator already available on the platform, for the same reason: saving time on repetitive technical tasks.

And if you're already using a Lynks.Pro page as your central link, clicks arriving through your UTM-tagged links show up directly in your built-in analytics, with a source breakdown already visible. The free plan shows basic stats; the Pro plan (5 EUR a month, or a one-time 119 EUR lifetime option with limited spots) and the Business plan (15 EUR a month) unlock advanced stats, useful if you want to dig deeper than a simple click count per source, for example with unique-visitor data. But to start understanding where your audience actually comes from, the free plan and the free UTM builder already get you most of the way there.

This article helped you? Share it:

Move from theory to your page

Create your link page for free and apply everything you just read, starting today.

Create your page for free

Free forever · no credit card

Get our best creator tips

A useful email once in a while: our guides to turn your Lynks page into a real follower machine, plus 5 templates that convert. Free, unsubscribe in one click.

Frequently asked questions

Do UTM parameters slow down or change my link?

No, they don't add any redirect or delay. They're just information appended to the end of the URL that the destination page completely ignores, only analytics tools read them.

Do I need a different UTM tag for every single Instagram Story?

Not necessarily. To start, utm_source=instagram and utm_medium=story are enough to separate Instagram from other platforms. Add a utm_campaign only when you want to isolate a specific push over a specific period.

Do UTM parameters work without Google Analytics?

Yes. UTM tags are just standard URL parameters, readable by any compatible tool, including the built-in click analytics on a link-in-bio page like Lynks.Pro.

Are there capitalization or spacing rules I should follow?

Yes, always keep your values lowercase with no spaces (use a hyphen if needed). Instagram and instagram can be counted as two separate sources depending on the tool, which quietly skews your numbers for no obvious reason.