ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
Instructions for use
2
3
This sheet builds URLs as required for Google Analytics Campaign (utm_) tracking, following the structure set out here:
bit.ly/urlbuilder
4
5
To use this sheet:
6
1. Create a copy for your own use (File > Make a copy)
7
2. Share via Google Drive with fellow users. This way, multiple users can add links, and you'll be able to keep track of them all, as well as see what naming conventions others use.
8
3. Data validation can be added to fields (e.g. Source and Medium) to ensure consistent naming
(More about data validation)
9
10
Naming Guidance
11
Medium
Type of traffic. Common examples include: Email, Display, Social, PPC
12
Source
Where the traffic is coming from.
13
Email
Vendor name (e.g. mail-chimp)
14
PPCgoogle, bing
15
Display
Ad network or website name
16
Social
Social network name (e.g. facebook, linked-in, twitter)
17
Campaign
Name of your campaign (e.g. winter-sale, or newsletter-signup-confirmed)
18
Content
Optional field. Use for additional information. For example, date of the email, or location of the link (e.g. header vs. footer)
19
20
21
Best Practices
22
- Use only lowercase (Google Analytics treats "Display" and "display" as two different Mediums)
23
- Do not use special characters
24
- Use consistent names. (E.g. Everyone should use "display" - you don't want some users saying "display", others saying "banner ads" and yet another group calling them "banners")
25
- Links can only have one "?" - if you are linking to a page that already contains a "?", you must change the second one to an ampersand "&"
26
For example, for http://www.mysite.com/?page1 .....
27
Use this:
http://www.mysite.com/?page1&utm_medium=email&utm_source=mail-chimp&utm_campaign=welcome-email
28
Not this:
http://www.mysite.com/?page1?utm_medium=email&utm_source=mail-chimp&utm_campaign=welcome-email
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100