correct matomo 404 convention

This commit is contained in:
Set Hallstrom 2019-12-05 22:36:04 +01:00
parent d8c6b12707
commit e7f9c897b4

View file

@ -57,7 +57,6 @@
<script type="text/javascript">
var _paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
_paq.push(["disableCookies"]);
_paq.push(['setDocumentTitle', '404/URL = ' + encodeURIComponent(document.location.pathname+document.location.search) + '/From = ' + encodeURIComponent(document.referrer)]);
_paq.push(['trackPageView']);