Password Security for Digital Nomads: A Practical Guide
Nomads log in from shared Wi-Fi, public computers and borrowed devices more than any other group. Here is the …
UTM tags turn "where is my traffic coming from?" into "exactly which tweet drove the conversion?" Here is the framework, the naming conventions, and the mistakes to avoid.
UTM parameters are the foundation of digital marketing attribution. Without them, you know how much traffic and how many conversions you got, but you do not know where they came from. With them, you can trace every conversion back to the specific campaign, channel and content that drove it — and optimise your marketing spend accordingly. This guide covers the framework, naming conventions, and common mistakes.
Our UTM Link Builder creates properly-formatted tagged URLs in seconds.
UTM (Urchin Tracking Module) parameters are query-string parameters appended to a URL that Google Analytics uses to attribute traffic. Five parameters exist, three required and two optional:
utm_source — the platform or website sending the traffic. Examples: facebook, newsletter, google, linkedin. Always lowercase, no spaces. This answers "where did the click come from?"
utm_medium — the type of channel. Examples: cpc (cost-per-click paid), social (organic social), email, referral, display. This answers "what kind of channel was it?"
utm_campaign — the specific campaign name. Examples: spring_sale, q3_product_launch, blackfriday2025. This answers "which specific campaign was this part of?"
utm_term — the keyword for paid search campaigns. Examples: red_shoes, buy_running_shoes. Useful for paid search; rarely used for other channels.
utm_content — the specific creative or placement. Examples: top_banner, sidebar_ad, blue_button_vs_green_button. Used for A/B testing and identifying which specific creative drove the conversion.
The biggest UTM failure mode is inconsistent naming. If one marketer tags a campaign "spring_sale" and another tags the same campaign "Spring Sale" and a third tags it "spring-sale", Google Analytics treats them as three separate campaigns — fragmenting the data and making analysis impossible.
The solution is a written naming convention that every marketer in the organisation follows. A typical convention:
Document the convention in a shared document that every marketer can access. Review tags monthly for compliance and re-tag non-compliant campaigns. The discipline pays off in clean data.
Google Analytics has default channel groupings that map source/medium combinations to channels (Organic Search, Direct, Social, Email, etc.). To ensure your traffic is categorised correctly, use these standard source/medium combinations:
Non-standard combinations still work but may not be correctly categorised in GA's default channel groupings. If you need to use non-standard values, configure custom channel groupings in GA to ensure correct categorisation.
Many marketers use URL shorteners (bit.ly, tinyurl) to make tagged URLs more presentable. This is fine for the user experience but creates two issues:
For internal use (tracking pixels, dashboard links), the full tagged URL is fine. For external use (social media posts, email), consider a branded shortener or accept the longer URL.
Never add UTM parameters to internal links on your own site. Doing so overwrites the original source/medium of the session and breaks attribution. If you want to track internal campaign clicks, use GA4's built-in events or a separate tracking parameter that does not interfere with UTM.
UTM parameters are for marketing campaigns. Do not use them for navigation links, footer links, or any link that is not part of a campaign. Misuse pollutes your data and makes campaign analysis harder.
Google Analytics is case-sensitive for UTM values. "Facebook" and "facebook" are two different sources. Always use lowercase.
Values containing spaces, ampersands, or other special characters must be URL-encoded. "spring sale" should be "spring%20sale", not "spring sale". Most UTM builders (including ours) handle this automatically; manual tagging requires care.
If you run the same campaign across multiple weeks with minor creative changes, use utm_content to differentiate the creatives, not utm_campaign. Creating a new campaign for each creative fragments your data.
The value of UTM tracking is in the optimisation it enables. Once you have clean UTM data, you can answer questions like:
Build a regular reporting cadence (weekly for active campaigns, monthly for steady-state) that compares campaigns on cost per acquisition (CPA), return on ad spend (ROAS), and customer lifetime value (CLV). Use the data to reallocate budget toward the highest-performing campaigns and away from the lowest.
Modern marketing is multi-channel — a single customer may interact with your brand on social, email, paid search, and direct before converting. UTM tracks the last-click attribution by default, meaning the conversion is attributed to the last channel the customer clicked before converting. This undervalues upper-funnel channels (organic social, content marketing) that introduce customers to your brand.
For a more complete picture, consider using GA4's data-driven attribution model, which assigns credit across multiple touchpoints based on their actual contribution to conversion. UTM data is still essential — it provides the touchpoint data that the attribution model uses — but the attribution model interprets the data more holistically than last-click.
UTM tracking is foundational to digital marketing measurement. Without consistent UTM tagging, you cannot know which of your marketing activities actually drive conversions, and you cannot optimise your spend. The setup is simple — five parameters, three required — but the discipline of consistent naming and proper use is what separates marketers with clean data from those drowning in noise.
Use the UTM Link Builder to generate properly-formatted tagged URLs. Document your naming convention. Audit your tags monthly. And use the resulting data to reallocate budget toward what works and away from what does not. The marketers who do this consistently outperform those who do not, by a margin that compounds over time.
Nomads log in from shared Wi-Fi, public computers and borrowed devices more than any other group. Here is the …
Title, description, canonical, Open Graph, Twitter Card, JSON-LD — the six meta tag types that actually move r…
AdSense rejection is rarely about traffic — it is about content depth, navigation, policy compliance and the f…