Skip to content

Commit 95e0ee1

Browse files
committed
Set ga anonymizeip
1 parent 8c6c10a commit 95e0ee1

16 files changed

Lines changed: 17 additions & 1 deletion

File tree

advanced/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,7 @@ <h1 class="table-of-contents__heading">
323323
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
324324

325325
ga('create', 'UA-86250620-1', 'auto');
326+
ga('set', 'anonymizeIp', true);
326327
ga('require', 'linkid');
327328
ga('send', 'pageview');
328329

advanced/part2.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@ <h1 class="table-of-contents__heading">
351351
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
352352

353353
ga('create', 'UA-86250620-1', 'auto');
354+
ga('set', 'anonymizeIp', true);
354355
ga('require', 'linkid');
355356
ga('send', 'pageview');
356357

advanced/part3.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,7 @@ <h1 class="table-of-contents__heading">
435435
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
436436

437437
ga('create', 'UA-86250620-1', 'auto');
438+
ga('set', 'anonymizeIp', true);
438439
ga('require', 'linkid');
439440
ga('send', 'pageview');
440441

advanced/part4.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,7 @@ <h1 class="table-of-contents__heading">
339339
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
340340

341341
ga('create', 'UA-86250620-1', 'auto');
342+
ga('set', 'anonymizeIp', true);
342343
ga('require', 'linkid');
343344
ga('send', 'pageview');
344345

advanced/part5.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,7 @@ <h1 class="table-of-contents__heading">
366366
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
367367

368368
ga('create', 'UA-86250620-1', 'auto');
369+
ga('set', 'anonymizeIp', true);
369370
ga('require', 'linkid');
370371
ga('send', 'pageview');
371372

ctf/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ <h1 class="table-of-contents__heading">
184184
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
185185

186186
ga('create', 'UA-86250620-1', 'auto');
187+
ga('set', 'anonymizeIp', true);
187188
ga('require', 'linkid');
188189
ga('send', 'pageview');
189190

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ <h3 class="course-category-title">Courses</h3>
257257
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
258258

259259
ga('create', 'UA-86250620-1', 'auto');
260+
ga('set', 'anonymizeIp', true);
260261
ga('require', 'linkid');
261262
ga('send', 'pageview');
262263

introduction/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,7 @@ <h1 class="table-of-contents__heading">
402402
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
403403

404404
ga('create', 'UA-86250620-1', 'auto');
405+
ga('set', 'anonymizeIp', true);
405406
ga('require', 'linkid');
406407
ga('send', 'pageview');
407408

project/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ <h1 class="table-of-contents__heading">
209209
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
210210

211211
ga('create', 'UA-86250620-1', 'auto');
212+
ga('set', 'anonymizeIp', true);
212213
ga('require', 'linkid');
213214
ga('send', 'pageview');
214215

project2/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ <h1 class="table-of-contents__heading">
236236
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
237237

238238
ga('create', 'UA-86250620-1', 'auto');
239+
ga('set', 'anonymizeIp', true);
239240
ga('require', 'linkid');
240241
ga('send', 'pageview');
241242

0 commit comments

Comments
 (0)