correct matomo 404 convention

This commit is contained in:
Set Hallstrom 2019-12-05 22:37:05 +01:00
parent 8a79b35713
commit 517ae8bc5f

View file

@ -69,7 +69,6 @@ body{
<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']);