Added Matomo tracking code
This commit is contained in:
		| @@ -17,6 +17,23 @@ | ||||
| <!-- End Jekyll SEO tag --> | ||||
| <link rel="stylesheet" href="/medlab/assets/main.css"><link type="application/atom+xml" rel="alternate" href="https://cmci.colorado.edu/medlab/feed.xml" title="Media Enterprise Design Lab @ CU Boulder" /><!--ADDITIONS--> | ||||
|   <link rel="shortcut icon" href="/medlab/assets/favicon.ico" type="image/vnd.microsoft.icon" /> | ||||
|  | ||||
| <!-- Matomo --> | ||||
| <script type="text/javascript"> | ||||
|   var _paq = window._paq || []; | ||||
|   /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ | ||||
|   _paq.push(['trackPageView']); | ||||
|   _paq.push(['enableLinkTracking']); | ||||
|   (function() { | ||||
|     var u="//analytics.medlab.host/"; | ||||
|     _paq.push(['setTrackerUrl', u+'matomo.php']); | ||||
|     _paq.push(['setSiteId', '3']); | ||||
|     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); | ||||
|   })(); | ||||
| </script> | ||||
| <!-- End Matomo Code --> | ||||
|  | ||||
| <!--/ADDITIONS--> | ||||
|    | ||||
| </head> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user