From 4d8a45db40bdc8905f3f39712f249aae6e636e8a Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 18 Dec 2022 22:32:44 -0800 Subject: [PATCH] Add mixpanel.com analytics --- README.md | 2 ++ layouts/partials/paige-script.html | 10 ++++++++++ 2 files changed, 12 insertions(+) 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 }}