NO PASSWORD ✳ NO INSTAGRAM API ✳ NOTHING LEAVES YOUR BROWSER ✳ NO AI GUESSWORK ✳ FREE, UNLIMITED, NO LOGIN ✳ NO PASSWORD ✳ NO INSTAGRAM API ✳ NOTHING LEAVES YOUR BROWSER ✳ NO AI GUESSWORK ✳ FREE, UNLIMITED, NO LOGIN ✳
unfollowmap
no login
no password
100% free
← All posts
September 7, 2026 · 2 min read

How to Track Which Instagram Posts Actually Drive Clicks (UTM Links Explained)

Build a correctly-tagged link in a few seconds.
No login. No password. Nothing ever uploaded.
Map my account →

Instagram gives you exactly one clickable link — the one in your bio — which creates an obvious problem the moment you post more than one thing that link is supposed to support. Did last Tuesday’s Reel send more people to your site than yesterday’s carousel post? Instagram’s own insights won’t tell you. A tagged link will, but only if it’s tagged correctly, which is where most people get it subtly wrong.

The parameters that actually matter

Five parameters make up the standard UTM taxonomy, though you’ll mainly use three:

  • utm_source — where the traffic is coming from (e.g. instagram)
  • utm_medium — what kind of channel it is (e.g. social, or something more specific like bio or story)
  • utm_campaign — the specific push you’re running (e.g. spring-launch)
  • utm_term and utm_content — optional, useful if you’re testing two versions of the same campaign against each other

For Instagram specifically, utm_source=instagram paired with utm_medium=social is the combination Google Analytics 4’s default channel groupings actually recognize — it’s what correctly buckets the traffic as “Organic Social” instead of leaving it unclassified.

The mistake that quietly breaks your own reports

Case and spacing inconsistency is the single most-cited cause of fragmented GA4 reporting. utm_campaign=Summer-Sale and utm_campaign=summer-sale look identical to a human glancing at a link, but Google Analytics treats them as two entirely different campaigns — which means your “one campaign” gets split across two rows in every report, understating its real performance, and nobody notices until they’re trying to figure out why the numbers don’t add up.

The fix isn’t remembering to be careful — it’s not typing the parameters by hand at all. A generator that lowercases and dash-separates every value as you type removes the mistake at the source, rather than relying on you to catch it after the fact.

One rule worth remembering on its own

UTM parameters are for traffic arriving from outside your site — a bio link, an email, an ad. If you tag links you use within your own website (say, a “shop now” button on your homepage that goes to your shop page), you overwrite the visitor’s real, original attribution the moment they click it. Their whole session’s “where did this person actually come from” data gets replaced with “internal traffic,” which is nearly always the opposite of what you want to measure.

Building one correctly

unfollowmap’s UTM Link Generator auto-sanitizes every field as you type — lowercase, dashes instead of spaces, invalid characters stripped — and builds the final URL against your destination’s existing query string using the browser’s own URL parsing, so a link that already has its own ?ref= parameter doesn’t get silently broken by a second ? being appended. It defaults utm_source to instagram and offers social, bio, story, and influencer as one-click utm_medium suggestions, since those are the values that actually show up correctly in GA4’s reporting.

The short version

One bio link doesn’t mean one untraceable link — a properly tagged URL tells you exactly which post sent the click, as long as the tagging itself doesn’t introduce the inconsistency that breaks the very reporting you’re trying to get. Lowercase, dash-separated, and never on your own internal links.

Frequently asked questions
What is a UTM link and why would I use one on Instagram?
A UTM link is a normal URL with a few extra tracking parameters (utm_source, utm_medium, utm_campaign) added to the end. Since Instagram only lets you put one clickable link in your bio, tagging that link lets Google Analytics tell you which specific post, story, or campaign actually sent someone there — instead of just knowing traffic came from ‘Instagram’ in general.
Why does my UTM traffic show up as ‘Unassigned’ in Google Analytics?
This almost always means the utm_medium value doesn’t match GA4’s default channel groupings, or the parameter values are inconsistent — mixed case, extra spaces, or a typo between two links pointed at the same campaign. GA4 expects specific recognized values like ‘social’ for utm_medium, paired with a recognized utm_source.
Should I put UTM parameters on links to my own website?
No. UTM parameters are meant to describe where traffic is arriving from outside your site. Adding them to internal links (navigation within your own site) overwrites the visitor’s original attribution and corrupts your own reporting.
See your own mutuals, fans, and ghosts in under a minute.
No login. No password. Nothing ever uploaded.
Map my account →