diff --git a/README.md b/README.md
index e9086a01..419791db 100644
--- a/README.md
+++ b/README.md
@@ -191,6 +191,8 @@ paige:
matomo: # matomo.org
account_id: "123456"
host_url: "https://example.com"
+ mixpanel:
+ token: "123456"
plausible: # plausible.io
account_id: "123456"
woopra: # woopra.com
diff --git a/layouts/partials/paige-script.html b/layouts/partials/paige-script.html
index 94e1003b..29afc3b7 100644
--- a/layouts/partials/paige-script.html
+++ b/layouts/partials/paige-script.html
@@ -84,6 +84,16 @@ _paq.push(['enableLinkTracking']);
{{ end }}
+{{ with .Site.Params.paige.analytics.mixpanel }}
+
+
+{{ end }}
{{ with .Site.Params.paige.analytics.plausible }}