From 3f3821b3234fa21857fa5e28418d4b54e07063fb Mon Sep 17 00:00:00 2001 From: paladox Date: Tue, 16 Jan 2024 20:02:00 +0000 Subject: [PATCH] Update matomo tracker id (#127) * Update matomo tracker id * Update donate.php * Update donate.php * Update index.php --- donate.php | 6 +++--- index.php | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/donate.php b/donate.php index 2ddeec4..f91bb5c 100644 --- a/donate.php +++ b/donate.php @@ -38,8 +38,8 @@ var u = 'https://matomo.miraheze.org/'; _paq.push(['setTrackerUrl', u+'matomo.php']); _paq.push(['setDocumentTitle', 'Landing - Donate']); - _paq.push(['setSiteId', 4657]); - _paq.push(['addTracker', u + 'matomo.php', 8590]); + _paq.push(['setSiteId', 9838]); + _paq.push(['addTracker', u + 'matomo.php', 1]); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); } )(); @@ -55,6 +55,6 @@ function _amountInput( ele ) { a.setAttribute( 'href', 'https://www.paypal.com/donate/?hosted_button_id=Q8ZN29LJVXP7L' + value ); } - + diff --git a/index.php b/index.php index f532d18..9c1ae63 100644 --- a/index.php +++ b/index.php @@ -97,12 +97,12 @@ var u = 'https://matomo.miraheze.org/'; _paq.push(['setTrackerUrl', u+'matomo.php']); _paq.push(['setDocumentTitle', 'Landing - Home']); - _paq.push(['setSiteId', 4657]); - _paq.push(['addTracker', u + 'matomo.php', 8590]); + _paq.push(['setSiteId', 9838]); + _paq.push(['addTracker', u + 'matomo.php', 1]); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); })(); - +