2020-07-24 14:34:09 +02:00
|
|
|
{% if page.url == '/404/' %}
|
|
|
|
|
|
|
|
//* Matomo *//
|
|
|
|
|
2020-11-30 17:04:01 +01:00
|
|
|
var _paq = window._paq = window._paq || [];
|
|
|
|
_paq.push(['setDocumentTitle', '404/URL = ' + encodeURIComponent(document.location.pathname+document.location.search) + '/From = ' + encodeURIComponent(document.referrer)]);
|
2020-11-30 17:21:16 +01:00
|
|
|
_paq.push(["setCookieDomain", "*.basspistol.com"]);
|
2020-11-30 17:04:01 +01:00
|
|
|
_paq.push(["setDomains", ["*.basspistol.org","*.basspistol.com","*.pauvrecoude.basspistol.com","*.paxnion.basspistol.com","*.radio.basspistol.com","*.sakrecoer.basspistol.com","*.sakrecoer.com","*.sethybowoy.basspistol.com","*.setto.basspistol.com","*.tfb.basspistol.com","*.v.basspistol.org"]]);
|
|
|
|
_paq.push(["enableCrossDomainLinking"]);
|
|
|
|
_paq.push(['trackPageView']);
|
|
|
|
_paq.push(['enableLinkTracking']);
|
|
|
|
(function() {
|
|
|
|
var u="https://terminalnetwork.matomo.cloud/";
|
|
|
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
|
|
|
_paq.push(['setSiteId', '{{ site.matomo_site_id }}']);
|
|
|
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
|
|
|
g.type='text/javascript'; g.async=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
|
|
|
})();
|
2020-07-24 14:34:09 +02:00
|
|
|
//* End Matomo *//
|
|
|
|
|
|
|
|
{% else %}
|
|
|
|
|
|
|
|
|
2020-11-30 17:21:16 +01:00
|
|
|
var _paq = window._paq = window._paq || [];
|
|
|
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
|
|
|
_paq.push(["setCookieDomain", "*.basspistol.com"]);
|
|
|
|
_paq.push(["setDomains", ["*.basspistol.org","*.basspistol.com","*.pauvrecoude.basspistol.com","*.paxnion.basspistol.com","*.radio.basspistol.com","*.sakrecoer.basspistol.com","*.sakrecoer.com","*.sethybowoy.basspistol.com","*.setto.basspistol.com","*.tfb.basspistol.com","*.v.basspistol.org"]]);
|
|
|
|
_paq.push(["enableCrossDomainLinking"]);
|
|
|
|
_paq.push(['trackPageView']);
|
|
|
|
_paq.push(['enableLinkTracking']);
|
|
|
|
(function() {
|
|
|
|
var u="https://terminalnetwork.matomo.cloud/";
|
|
|
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
|
|
|
_paq.push(['setSiteId', '{{ site.matomo_site_id }}']);
|
|
|
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
|
|
|
g.type='text/javascript'; g.async=true; g.src='https://cdn.matomo.cloud/terminalnetwork.matomo.cloud/matomo.js'; s.parentNode.insertBefore(g,s);
|
|
|
|
})();
|
|
|
|
|
2020-07-24 14:34:09 +02:00
|
|
|
{% endif %}
|
|
|
|
|