added mamoto tracking for insights
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Stephan Dörfler 2020-06-01 14:45:34 +02:00
parent ec0e565320
commit e21a1455a6
1 changed files with 15 additions and 0 deletions

View File

@ -49,6 +49,21 @@ class BlogIndex extends React.Component {
export default BlogIndex
/** Matomo tracking */
var _paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//matomo.while-false.de/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '1']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
/** End of Matomo tracking */
export const pageQuery = graphql`
query {
site {