Server-side channel attribution fixes that specific failure. Instead of hanging ?utm_source=... parameters off the end of a URL — where they clutter the link, tip your hand to the recipient, and vanish the moment someone forwards it — HTMLvault stores each channel's UTM tags on the server and maps them to a single clean share URL. The recipient sees a tidy link. Your analytics see exactly which channel drove the view.
The problem with client-side UTMs
The traditional way to attribute traffic is to append UTM parameters to a link: example.com/deck?utm_source=twilio&utm_medium=sms&utm_campaign=q3-promo. UTMs (Urchin Tracking Module tags) are just labels a tool reads to bucket a visit into a source, medium, and campaign. The mechanics are fine. The delivery is fragile.
- The link looks messy — a prospect sees you're tracking them, and a long querystring reads as spam.
- Parameters get dropped. Some messaging apps, email clients, and link shorteners strip querystrings on the way through.
- They don't survive a forward. The moment your recipient copies the link and sends it to a colleague, the attribution is theirs, not yours.
Server-side attribution moves the tags off the URL entirely. Each channel is a distinct short link that resolves to the same page, and HTMLvault records the source/medium/campaign at resolve time — before any client can mangle it.
Who it's for
Anyone running one asset across more than one channel. A sales rep sending a proposal by email, SMS, and LinkedIn wants to know which channel actually got opened. A marketer distributing a landing page across a newsletter, a paid ad, and a partner site wants clean attribution without three ugly links. RevOps wants the source data to be trustworthy enough to report on. Channels serve all three from a single link.
How to create a channel
Channels live in two places, both backed by the same data. The Channels card (a standalone panel next to a link) and the Distribution panel's Channels tab, reached via the Channels chip and its Channels · N tab. Either one lets you create, copy, and delete channels and jump to the breakdown.
- Open a link and click + New channel (or Manage → the Channels tab).
- Fill in the UTM fields. In the card view it's a two-column grid:
utm_source,utm_medium,utm_campaign, an optionalutm_content, and an optionalutm_term(which spans the full width and carries a help tooltip). You need at least one of source, medium, or campaign. - Set
utm_contentto a human name — it becomes the channel's display name in the list. If you leave it blank, the channel shows its slug instead. - If you run white-labeled domains, use the
domainselect to pick one, or leave it on Inherit from link. - Click Create channel. HTMLvault mints a clean share URL for that channel. Copy it and send.
In the Distribution panel the create form is a single horizontal row — name, source, medium, campaign, and an optional term — followed by an Add button. Below the row a helper line spells out the model: Name becomes utm_content, the channel's display name. UTMs are attributed server-side — the shared URL stays clean. If you run white-labeled domains, an Advanced options toggle reveals a channel domain select. Same behavior, tighter footprint.
Reading it in Link Analytics
Every channel you create rolls up into the link's analytics. The Link Analytics panel groups activity by Views, Channels, and Recipients; open the Channels tab and each channel is a row carrying its own share URL, its src/med/cmp chips, and the metrics HTMLvault records at resolve time — total views, unique visitors, scroll depth, average time on page, and first/last seen timestamps.
A worked example
Say you're distributing a single pricing page across three channels. Create three channels on the one link:
- VP Sales — Q3:
src:twilio,med:sms,cmp:q3-promo - Newsletter:
src:email,med:newsletter,cmp:q3-promo - Partner site:
src:partner,med:referral,cmp:q3-promo
Each gets its own clean URL. Send them out, then open UTM Breakdown in analytics. The segmented toggle flips between Sources, Mediums, and Campaigns, each a ranked horizontal-bar list. You can see at a glance that SMS pulled 412 views while the partner referral pulled 60 — one campaign, three sources, no guessing.
Limits and caveats
Channels and UTM analytics are a Pro feature.
A few things worth knowing before you build a naming convention around this:
- Channels support create, copy, delete, but there's no edit. Simply delete the channel and make a new one.
utm_contentis the display name, not a filter chip.utm_contentnames the channel but doesn't appear as acontent:tag in the breakdown. The chips shown are source, medium, campaign, and term only.- If your org uses role-based access, a member without Channels access sees "Ask your org admin for access to Channels."
The payoff is simple. A rep, a marketer, or a RevOps lead can now send one clean link across every channel and get back attribution that survives a forward — data solid enough to report on, without a querystring in sight.
