[Misc] Update code for Matomo
This commit is contained in:
parent
d7688d2baa
commit
a3b1bb2d8c
@ -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']);
|
||||
|
Reference in New Issue
Block a user