correct matomo 404 convention
This commit is contained in:
parent
8a79b35713
commit
517ae8bc5f
1
404.html
1
404.html
|
@ -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']);
|
||||
|
|
Loading…
Reference in a new issue