Skip to content
Snippets Groups Projects
Commit 8b62f0eb authored by Michael Fairchild's avatar Michael Fairchild
Browse files

Merge branch 'piwik-test' into 'develop'

Piwik test

To try out a new analytics server. The server is hosted in the cloud on a 30-day trial, and we'll just give it a shot on this page for the moment.

unltest.piwikpro.com

See merge request !88
parents 468a4040 fbe11295
No related branches found
No related tags found
No related merge requests found
...@@ -252,6 +252,19 @@ ...@@ -252,6 +252,19 @@
<div class="wdn-footer-text"> <div class="wdn-footer-text">
<!-- InstanceBeginEditable name="footercontent" --> <!-- InstanceBeginEditable name="footercontent" -->
<!--#include virtual="../sharedcode/footer.html" --> <!--#include virtual="../sharedcode/footer.html" -->
<script type="text/javascript">
var _paq = _paq || [];
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//unltest.piwikpro.com/";
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['setSiteId', 2]);
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+'piwik.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<noscript><p><img src="//unltest.piwikpro.com/piwik.php?idsite=2" style="border:0;" alt="" /></p></noscript>
<!-- InstanceEndEditable --> <!-- InstanceEndEditable -->
<!--#include virtual="/wdn/templates_4.0/includes/wdn.html" --> <!--#include virtual="/wdn/templates_4.0/includes/wdn.html" -->
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment