10000app
Campaign Tag Guard · 实用指南practical guide

一套不会越用越乱的 UTM 命名方法A UTM naming system that stays consistent

先定义未来链接的规则,再处理旧数据。下面这套四步方法适合多人、代理商或多个渠道共同建链的团队。Define rules for future links before touching old data. This four-step method works for teams where several people, agencies, or channels create URLs.

01
先建立词典build the dictionary

确定允许值,而不是猜标准答案Choose canonical values instead of guessing

1

列出规范值List canonical values

source 使用平台或来源名称,例如 facebook、google、newsletter;medium 使用渠道类型,例如 paid_social、cpc、email。Use platform or origin names for source, such as facebook, google, and newsletter. Use channel types for medium, such as paid_social, cpc, and email.

2

写清别名Write aliases explicitly

把 fb=facebook、paid-social=paid_social 写进别名表。不要指望每个人都记住同一套拼写。Put fb=facebook and paid-social=paid_social in an alias map. Do not rely on everyone remembering the same spelling.

3

保留修正收据Keep a correction receipt

每行保留原始值、发现的问题和规范值,让活动负责人可以复核或撤回。Keep the original value, finding, and canonical value per row so a campaign owner can review or reverse the change.

4

从一个活动开始Pilot one campaign

只在新链接上试运行,确认新数据按预期进入 GA4 后,再推广到其他团队。Pilot on new links only. Confirm new data lands in GA4 as expected before rolling the rule out to other teams.

02
可复制示例copyable example

把规则写成团队看得懂的表Turn the rules into a table the team can use

字段Field输入示例Incoming规范值Canonical处理方式Action
utm_sourceFB / facebook.comfacebook写入别名表Add to alias map
utm_mediumPaid Social / paid-socialpaid_social统一大小写与分隔符Normalize case and separator
utm_campaignSummer Launchsummer_launch约定小写与下划线Agree on lowercase + underscores
原始链接Before...?utm_source=FB&utm_medium=Paid%20Social&utm_campaign=Summer%20Launch规范链接After...?utm_source=facebook&utm_medium=paid_social&utm_campaign=summer_launch
03
上线清单rollout checklist

发布前检查这 5 件事Check these five things before rollout

准备好了?ready to check?

先用 3 条示例链接验证规则Validate your rules with three sample links

无需注册。原始 URL 不会离开浏览器。No sign-up. Raw URLs never leave your browser.

打开免费审计器Open the free auditor