70% of my traffic says direct and i am running three channels - how do i tell them apart
About 900 visits a month. The dashboard says roughly 70% direct or none, then a long tail of referrers that add up to nothing.
Three things are running: a monthly email, posts in two communities, and a docs page that gets some search traffic. Signups are creeping up, which is nice, but I have no idea which of the three to do more of and I am spending my one free evening a week on the wrong one for all I know.
I do not want a heavy tracking setup. I want to know which of three things to keep. What is the smallest thing that gets me there?
@integral_ines · last wk. · 2 replies
Most of that 70% is not mysterious, it is mechanical. Links opened from email clients, chat apps and PDFs arrive with no referrer at all, so anything you send by newsletter or drop into a Discord lands in the same bucket as someone typing your domain. Browser referrer policies strip the rest down to the bare domain or nothing.
The fix is tagging every link you control with campaign parameters. Email links, community posts, your profile links, the footer of a PDF - all tagged. That converts dark traffic into named traffic without any new tooling.
One rule people get wrong: tag inbound links only, never links between your own pages. Putting campaign parameters on internal links starts a new session and overwrites the original source, which quietly poisons the data you are trying to collect.
Reply
Report
@hot_heap_hana · last wk.
The variant I use where a query string looks ugly or gets stripped by an app is a dedicated path per channel - /go/list, /go/forum - that redirects to the real page. Survives copy-paste, readable in server logs, and someone forwarding the link to a colleague still counts against the right channel.
Reply
Report