From a3b1bb2d8c8b085c0bcd7d3bb926de4491673c67 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Fri, 22 Apr 2022 16:30:52 +0200 Subject: [PATCH] [Misc] Update code for Matomo --- content/headers | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/headers b/content/headers index a40ebcc..4e8dd27 100644 --- a/content/headers +++ b/content/headers @@ -37,8 +37,8 @@ #+html_head: var _paq = window._paq = window._paq || []; #+html_head: /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ #+html_head: _paq.push(["setDocumentTitle", document.domain + "/" + document.title]); -#+html_head: _paq.push(["setCookieDomain", "*.conlang.phundrak.com"]); -#+html_head: _paq.push(["setDomains", ["*.conlang.phundrak.com","*.config.phundrak.com","*.langue.phundrak.com","*.phundrak.com"]]); +#+html_head: _paq.push(["setCookieDomain", "*.phundrak.com"]); +#+html_head: _paq.push(["setDomains", ["*.phundrak.com","*.config.phundrak.com","*.conlang.phundrak.com","*.langue.phundrak.com"]]); #+html_head: _paq.push(["enableCrossDomainLinking"]); #+html_head: _paq.push(['trackPageView']); #+html_head: _paq.push(['enableLinkTracking']);