diff --git a/.env b/.env
index 1a1778a707..2be7d0bf20 100644
--- a/.env
+++ b/.env
@@ -1,3 +1,4 @@
REACT_APP_DISCORD_LINK=https://discord.com/
REACT_APP_PATREON_LINK=https://www.patreon.com/
-REACT_APP_PAYPAL_LINK=https://www.paypal.com/
\ No newline at end of file
+REACT_APP_PAYPAL_LINK=https://www.paypal.com/
+REACT_APP_GA_TRACKINGID=UA-000000-01
\ No newline at end of file
diff --git a/package.json b/package.json
index 143b105848..efa8d5d311 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"homepage": "https://frzyc.github.io/genshin-optimizer/",
"name": "genshin-optimizer",
- "version": "2.1.0",
+ "version": "2.1.1",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.32",
@@ -13,6 +13,7 @@
"react": "^17.0.1",
"react-bootstrap": "^1.4.0",
"react-dom": "^17.0.1",
+ "react-ga": "^3.3.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.1",
"tesseract.js": "^2.1.1",
diff --git a/public/index.html b/public/index.html
index 3ed90d6322..193168b607 100644
--- a/public/index.html
+++ b/public/index.html
@@ -6,8 +6,8 @@