Skip to content

Commit 23a740d

Browse files
JoshuaKGoldbergmischahUlisesGascon
authoredJan 27, 2025··
feat: remove Google Analytics (GA) from the site (#845)
* feat: remove Google Analytics (GA) from the site * Remove additional analytics related code * Remove apis.google.com/js/plusone.js * Update app/_includes/foot.html Co-authored-by: Ulises Gascón <[email protected]> --------- Co-authored-by: Michael Kühnel <[email protected]> Co-authored-by: Ulises Gascón <[email protected]>
1 parent 9684d15 commit 23a740d

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed
 

‎app/_includes/foot.html

+1-9
Original file line numberDiff line numberDiff line change
@@ -201,13 +201,5 @@
201201
},
202202
this
203203
);
204-
var _gaq = [
205-
["_setAccount", "UA-32956520-1"],
206-
["_setDomainName", ".yeoman.io"],
207-
["_trackPageview"],
208-
["_trackPageLoadTime"]
209-
];
210-
$script("https://www.google-analytics.com/ga.js");
211-
$script("https://apis.google.com/js/plusone.js");
212-
$script("//platform.twitter.com/widgets.js");
204+
$script("https://platform.twitter.com/widgets.js");
213205
</script>

0 commit comments

Comments
 (0)
Please sign in to comment.