[Misc] Update code for Matomo

This commit is contained in:
Lucien Cartier-Tilet 2022-04-22 16:30:52 +02:00
parent d7688d2baa
commit a3b1bb2d8c
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 2 additions and 2 deletions

View File

@ -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']);