-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
214 lines (177 loc) · 10.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<!-- Begin Jekyll SEO tag v2.6.1 -->
<title>Trackie | A Chrome extension to enhance debugging of some frequently-used tag management platforms (Google
Tag Manager, Tealium, Commanders Act, DTM) in combination with some frequently-used tags (Google Analytics,
Google Analytics 4, GA Audiences, Ddm, Criteo, Adobe Analytics/Omniture, Floodlight, Comscore, Facebook,
Bluekai, Youbora, Kinesis, Webtrekk, Segment)</title>
<meta property="og:title" content="Trackie"/>
<meta property="og:locale" content="en_US"/>
<meta name="description"
content="A Chrome extension to enhance debugging of some frequently-used tag management platforms (Google Tag Manager, Tealium, Commanders Act, DTM) in combination with some frequently-used tags (Google Analytics, Google Analytics 4, GA Audiences, Ddm, Criteo, Adobe Analytics/Omniture, Floodlight, Comscore, Facebook, Bluekai, Youbora, Kinesis, Webtrekk, Segment)"/>
<meta property="og:description"
content="A Chrome extension to enhance debugging of some frequently-used tag management platforms (Google Tag Manager, Tealium, Commanders Act, DTM) in combination with some frequently-used tags (Google Analytics, Google Analytics 4, GA Audiences, Ddm, Criteo, Adobe Analytics/Omniture, Floodlight, Comscore, Facebook, Bluekai, Youbora, Kinesis, Webtrekk, Segment)"/>
<link rel="canonical" href="https://pualien.github.io/Trackie/"/>
<meta property="og:url" content="https://pualien.github.io/Trackie/"/>
<meta property="og:site_name" content="Trackie"/>
<script type="application/ld+json">
{
"@type": "WebSite",
"headline": "Trackie",
"url": "https://pualien.github.io/Trackie/",
"description": "A Chrome extension to enhance debugging of some frequently-used tag management platforms (Google Tag Manager, Tealium, Commanders Act, DTM) in combination with some frequently-used tags (Google Analytics, Google Analytics 4, GA Audiences, Ddm, Criteo, Adobe Analytics/Omniture, Floodlight, Comscore, Facebook, Bluekai, Youbora, Kinesis, Webtrekk, Segment)",
"name": "Trackie",
"@context": "https://schema.org"
}</script>
<!-- End Jekyll SEO tag -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#157878">
<link rel="stylesheet" href="assets/css/style.css">
<meta name="google-site-verification" content="doa_eogfWXHFD4O7nKenomE0EwpFILpBE7u3WXj-tUg"/>
<link rel="shortcut icon" type="image/x-icon" href="assets/img/favicon.ico">
</head>
<body>
<section class="page-header">
<h1 class="project-name">Trackie</h1>
<h2 class="project-tagline">A Chrome extension to enhance debugging of some frequently-used tag management platforms
(Google Tag Manager, Tealium, Commanders Act, DTM)
<br>in combination with some frequently-used tags (Google Analytics, Google Analytics 4, GA Audiences, Ddm,
Criteo, Adobe Analytics/Omniture, Floodlight, Comscore, Facebook, Bluekai, Youbora, Kinesis, Webtrekk, Segment)
</h2>
<a href="https://github.com/pualien/Trackie" class="btn">View on GitHub</a>
</section>
<section class="main-content">
<p><img src="https://i.imgur.com/iymRnYu.jpg" alt=""/></p>
<h1 id="trackie">Trackie</h1>
<p>Debug and test tag manager and analytics implementations.
Trackie 🐞 is a Chrome extension to enhance debugging 👨🏼💻 of some frequently-used tag management platforms
🌩:</p>
<ul>
<li>Google Tag Manager</li>
<li>Tealium</li>
<li>Commanders Act</li>
<li>DTM</li>
</ul>
<p>In addition Trackie intercepts ⚡️ a lot of most-used tag calls (page view, clicks, checkout…) 🕵🏻♂from:</p>
<ul>
<li>Google Analytics</li>
<li>💎 Google Analytics 4 property (GA4), formerly known as “App + Web” property</li>
<li>GA Audiences</li>
<li>Adobe Analytics/Omniture</li>
<li>Floodlight</li>
<li>Comscore</li>
<li>Criteo</li>
<li>Facebook</li>
<li>Bluekai</li>
<li>Youbora</li>
<li>Kinesis</li>
<li>Webtrekk</li>
<li>Nielsen</li>
<li>💎 Segment track + identify</li>
</ul>
<p>Tag calls can now be exported in csv 💾 in order to better view data collected offline!</p>
<h2 id="installation">Installation</h2>
<p>To use the unpacked source version, enable Developer mode in the <a href="chrome://extensions/">Chrome extensions
page</a> and <em>Load unpacked extension</em> from the checked-out <strong>src</strong> folder.</p>
<p>The latest official version is on the <a
href="https://chrome.google.com/webstore/detail/trackie/iphjjodolgbelaogcefgpegebgecopeh">Chrome Web
Store</a>.</p>
<h2 id="use">Use</h2>
<p>A new panel will appear in Developer Tools titled <strong>Trackie</strong>, containing a page group and URL for
each pageload in the tab, with each push to the dataLayer variable (in the case of GTM’s array-based data layer)
appearing in a subgroup.</p>
<p><img src="https://i.imgur.com/AG7VjK8.png" alt=""/></p>
<ol>
<li>Current URL / TMS logo (or X if no TMS found); click to collapse/expand this page</li>
<li>TMS container ID; becomes a dropdown menu if multiple containers are present</li>
<li>Data layer items; items with a <strong>+</strong> are objects containing sub-items and can be expanded one
level by clicking <strong>+</strong> or expanded fully by shift-clicking <strong>+</strong></li>
<li>Information on fired tags (GA, Floodlight, SiteCatalyst); click <strong>+</strong> here to see all
parameters in the request
</li>
<li>Trackie settings and information</li>
<li>Clear history</li>
</ol>
<p>All items are in reverse chronological order (newest on top).</p>
<p>Note that vertical alignment between the data layer and any fired tags does not necessarily indicate a tie
between the two. If a page contains only a data layer, or only tags, that side of the panel will expand to take
up the width of the entire panel.</p>
<h2 id="settings">Settings</h2>
<h3 id="general">General</h3>
<ul>
<li>show data layer presence: enable (default) or disable the TMS logo / X in each page group. Useful for
disabling if you are using Trackie for e.g. pure GA debugging rather than tag management debugging.
</li>
<li>auto-collapse nested data layer variables: when this option is enabled (default), nested variables such as
Google Analytics enhanced ecommerce will automatically be collapsed to save space.
</li>
<li>block tags from firing: requires use of the Chrome dev or beta channels. When this option is enabled,
supported tags will be blocked from actually sending to the analytics platform. Note that blocking does not
take the Tags selections into account (i.e. all supported tags are blocked, regardless of whether or not
they are shown).
</li>
</ul>
<h3 id="tags">Tags</h3>
<p>All supported tag types are shown by default; these can be individually disabled.</p>
<h3 id="ignored-ids">Ignored IDs</h3>
<p>To filter out tags hitting specific analytics properties, enter the property IDs here.</p>
<h2 id="bug_feature_request">Bug report - feature request</h2>
<p>Feel free to open new issues following the <a href="https://github.com/pualien/Trackie/issues/new/choose">issue
templates</a>.</p>
<h2 id="misc">Misc</h2>
<p>Trackie was built with and thanks to the following:</p>
<ul>
<li><a href="https://github.com/sean-adams/dataslayer">DataSlayer</a></li>
<li><a href="https://github.com/google/data-layer-helper">Google Data Layer Helper Library</a></li>
<li><a href="http://purecss.io/">Pure</a></li>
<li><a href="http://jquery.com/">jQuery</a></li>
<li><a href="http://leanmodal.finelysliced.com.au/">leanModal</a></li>
<li><a href="http://www.google.com/fonts/specimen/Open+Sans">Open Sans</a></li>
<li><a href="https://github.com/MaxArt2501/object-observe">Massimo Artizzu’s O.o polyfill</a></li>
</ul>
<p>Trackie is under the MIT License. See LICENSE.md.</p>
<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/pualien/Trackie">Trackie</a> is maintained with ❤️ by <a
href="https://github.com/pualien">Matteo Senardi</a>.</span>
<span class="site-footer-credits"><a href="https://www.linkedin.com/in/matteosenardi/">Linkedin</a> - <a
href="https://drive.google.com/file/d/1vmVRE-WqtB_L4um1_F3RsmYltLSPd743/view">Curriculum Vitae</a>👇.</span>
<!-- </br></br>-->
<!-- <span class="site-footer-credits"><iframe style="" onload="this.style.visibility='visible';"-->
<!-- src="https://drive.google.com/file/d/1vmVRE-WqtB_L4um1_F3RsmYltLSPd743/preview" width="100%"-->
<!-- height="480"></iframe></span>-->
</footer>
</section>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FQ36S065G7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-FQ36S065G7');
</script>
<script>
function scrollToHash() {
if (!window.location.hash) {
return;
}
var stripNonWordChars = /\W/g, //
stripHTML = /<\/?[^>]+>/g,
hash = new RegExp(window.location.hash.replace(stripNonWordChars, ""), "i"),
headers = document.querySelectorAll('h1,h2,h3,h4,h5,h6'),
i = 0;
while (i < headers.length) {
if (hash.test(headers[i].innerHTML.replace(stripHTML, "").replace(stripNonWordChars, ""))) {
headers[i].scrollIntoView();
break;
}
i++;
}
}
window.addEventListener("load", scrollToHash, false);
window.addEventListener("hashchange", scrollToHash, false);</script>
</body>
</html>