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 || [];
|
|
|
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
|
|
|
_paq.push(['setDocumentTitle', '404/URL = ' + encodeURIComponent(document.location.pathname+document.location.search) + '/From = ' + encodeURIComponent(document.referrer)]);
|
|
|
|
_paq.push(["setCookieDomain", "*.basspistol.org"]);
|
|
|
|
_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(["disableCookies"]);
|
|
|
|
_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 %}
|
|
|
|
//* Matomo Tag Manager *//
|
|
|
|
|
2020-11-30 17:04:01 +01:00
|
|
|
var _mtm = window._mtm = window._mtm || [];
|
|
|
|
_mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
|
|
|
|
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/container_{{ site.matomo_container }}.js'; s.parentNode.insertBefore(g,s);
|
2020-07-24 14:34:09 +02:00
|
|
|
|
|
|
|
//* End Matomo Tag Manager *//
|
|
|
|
{% endif %}
|
|
|
|
|